From 197c6074b6b7ca6932e98872f412c3aa1bf550e4 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 21 Dec 2008 08:29:51 -0300 Subject: Added const to CLI_options variable. --- src/dillo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dillo.cc') 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."}, -- cgit v1.2.3