From 94ad8127f58d9feba51f8071b96b920f25b4160d Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 19 Nov 2001 07:39:35 +0000 Subject: Fix typo. (This used to be commit 2c1e68d4ce45c7862fbc79a83eb36ee5b077251e) --- source3/lib/readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/readline.c') 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 */ -- cgit