Fix typo.
authorMartin Pool <mbp@samba.org>
Mon, 19 Nov 2001 07:39:35 +0000 (07:39 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 19 Nov 2001 07:39:35 +0000 (07:39 +0000)
(This used to be commit 2c1e68d4ce45c7862fbc79a83eb36ee5b077251e)

source3/lib/readline.c

index 1b81c68d032d2582dc47cb4205062d3932aba520..325b70d2cf4659459fc9b8273b6ae861b313060b 100644 (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 */