fs_cli: style (FS-3815)

This commit is contained in:
Travis Cross 2012-01-18 15:11:34 +00:00
parent 956514d119
commit f4968d0e6e
1 changed files with 1 additions and 2 deletions

View File

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