1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Fix typo.

This commit is contained in:
Martin Pool 0001-01-01 00:00:00 +00:00
parent d51ef6bfa3
commit 2c1e68d4ce

View File

@ -26,7 +26,7 @@
# define RL_COMPLETION_CAST (rl_completion_func_t *)
#else
/* This type is missing from libreadline<4.0 (approximately) */
# define RL_COMPLETION_FUNC_T
# define RL_COMPLETION_CAST
#endif /* HAVE_NEW_LIBREADLINE */