diff options
Diffstat (limited to 'src/helper/log.c')
-rw-r--r-- | src/helper/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/log.c b/src/helper/log.c index 3acca9a..ac494da 100644 --- a/src/helper/log.c +++ b/src/helper/log.c @@ -109,7 +109,7 @@ static void log_puts(enum log_levels level, const char *file, int line, const ch #endif string); } - else if(server_use_pipes == 0) + else if (server_use_pipes == 0) { /* if we are using gdb through pipes then we do not want any output * to the pipe otherwise we get repeated strings */ |