From 1c555e4b9652e9a5a8a6251f2cb7f76c568c069d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 19 Mar 2014 16:59:23 -0700 Subject: command bus fix --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 2d091e15..9a8478ae 100644 --- a/main.cpp +++ b/main.cpp @@ -116,9 +116,9 @@ static void printHelp(FILE *out,const char *cn) static void _CBresultHandler(void *arg,const char *line) { - if ((line)&&(line[0])) + if ((line)&&(line[0])) { fprintf(stdout,"%s"ZT_EOL_S,line); - else *((bool *)arg) = true; + } else *((bool *)arg) = true; } #ifdef __WINDOWS__ -- cgit v1.2.3