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 ad6490d8..86b1ffa1 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -69,7 +69,7 @@ typedef struct { const char *help; } CLI_options; -const CLI_options Options[] = { +static const CLI_options Options[] = { {"-f", "--fullwindow", 0, DILLO_CLI_FULLWINDOW, " -f, --fullwindow Start in full window mode: hide address bar,\n" " navigation buttons, menu, and status bar."}, |