From cdc358c505a81c997cd66695a8b27069c0638da9 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sat, 22 Feb 2014 16:57:12 +0000 Subject: [PATCH] Add comment to distant #endif FS-353 --- libs/esl/fs_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 9e9db4bea8..389772cdda 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -1159,7 +1159,7 @@ static unsigned char esl_console_complete(const char *buffer, const char *cursor esl_safe_free(dup); return ret; } -#endif +#endif /* if defined(HAVE_EDITLINE) || defined(WIN32) */ #ifdef HAVE_EDITLINE static unsigned char complete(EditLine *el, int ch)