diff options
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 7be0f923..2f886f6b 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -96,7 +96,7 @@ static void Dillo_print_help(const char *cmdname, const CLI_options *options) { printf("Usage: %s [OPTION]... [--] [URL|FILE]...\n" "Options:\n", cmdname); - while(options && options->help) { + while (options && options->help) { printf("%s\n", options->help); options++; } |