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

Fix typo.

(This used to be commit 2c1e68d4ce)
This commit is contained in:
Martin Pool 2001-11-19 07:39:35 +00:00
parent 7883798301
commit 94ad8127f5

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 */