remove unneeded parenthesis.

This commit is contained in:
Joris Vink 2016-12-05 14:45:29 +01:00
parent ae28f51d56
commit 583d75edcb
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ usage(void)
fprintf(stderr, "\t-c\tconfiguration to use\n");
#endif
#if defined(KORE_DEBUG)
fprintf(stderr, "\t-d\trun with debug on)\n");
fprintf(stderr, "\t-d\trun with debug on\n");
#endif
fprintf(stderr, "\t-f\tstart in foreground\n");
fprintf(stderr, "\t-h\tthis help text\n");