Add comment to distant #endif

FS-353
This commit is contained in:
Travis Cross 2014-02-22 16:57:12 +00:00
parent d996974faa
commit cdc358c505
1 changed files with 1 additions and 1 deletions

View File

@ -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)