diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 07:39:35 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 07:39:35 +0000 |
commit | 94ad8127f58d9feba51f8071b96b920f25b4160d (patch) | |
tree | 789033651523bfcd2ad32ff47f5240beefcf98f2 | |
parent | 788379830166313922fa6cb56f789a6754e27614 (diff) | |
download | samba-94ad8127f58d9feba51f8071b96b920f25b4160d.tar.gz samba-94ad8127f58d9feba51f8071b96b920f25b4160d.tar.bz2 samba-94ad8127f58d9feba51f8071b96b920f25b4160d.zip |
Fix typo.
(This used to be commit 2c1e68d4ce45c7862fbc79a83eb36ee5b077251e)
-rw-r--r-- | source3/lib/readline.c | 2 |
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 */ |