fix windows build

This commit is contained in:
Jeff Lenk 2010-07-05 21:09:37 -05:00
parent c318e7eb69
commit fb9d60fcdb
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ SWITCH_DECLARE(unsigned char) switch_console_complete(const char *line, const ch
} }
#ifdef SWITCH_HAVE_LIBEDIT #if defined(SWITCH_HAVE_LIBEDIT) || defined(_MSC_VER)
/* /*
* If a fnkey is configured then process the command * If a fnkey is configured then process the command
*/ */