From: Travis Cross Date: Wed, 18 Jan 2012 15:11:34 +0000 (+0000) Subject: fs_cli: style (FS-3815) X-Git-Tag: v1.2-rc1~19^2~1^2~32^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4968d0e6e379a013f499d0d3dbe509fa18d7cd1;p=thirdparty%2Ffreeswitch.git fs_cli: style (FS-3815) --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 751d9868d2..cc3c5f0831 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -614,8 +614,7 @@ static void clear_line(void) static void redisplay(void) { -#ifdef WIN32 -#else +#ifndef WIN32 const LineInfo *lf = el_line(el); const char *c = lf->buffer; if (!(write_str(prompt_str))) goto done;