summaryrefslogtreecommitdiff
path: root/source3/lib/readline.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-19 07:39:35 +0000
committerMartin Pool <mbp@samba.org>2001-11-19 07:39:35 +0000
commit94ad8127f58d9feba51f8071b96b920f25b4160d (patch)
tree789033651523bfcd2ad32ff47f5240beefcf98f2 /source3/lib/readline.c
parent788379830166313922fa6cb56f789a6754e27614 (diff)
downloadsamba-94ad8127f58d9feba51f8071b96b920f25b4160d.tar.gz
samba-94ad8127f58d9feba51f8071b96b920f25b4160d.tar.bz2
samba-94ad8127f58d9feba51f8071b96b920f25b4160d.zip
Fix typo.
(This used to be commit 2c1e68d4ce45c7862fbc79a83eb36ee5b077251e)
Diffstat (limited to 'source3/lib/readline.c')
-rw-r--r--source3/lib/readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/readline.c b/source3/lib/readline.c
index 1b81c68d03..325b70d2cf 100644
--- a/source3/lib/readline.c
+++ b/source3/lib/readline.c
@@ -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 */