aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_odbc.c')
-rw-r--r--res/res_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_odbc.c b/res/res_odbc.c
index 38e82c71a..9ee3b8fc9 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -341,7 +341,7 @@ static int odbc_show_command(int fd, int argc, char **argv)
return 0;
}
-static char show_usage[] =
+static const char show_usage[] =
"Usage: odbc show [<class>]\n"
" List settings of a particular ODBC class.\n"
" or, if not specified, all classes.\n";