use const keyword --> fewer warnings

This commit is contained in:
Albert Cahalan 2004-11-23 01:28:44 +00:00
parent 7aa5b236a4
commit dc6ae1a5b8
10 changed files with 67 additions and 63 deletions

View file

@ -32,7 +32,7 @@ enum {
/* Title names: */
char * title_names[NUM_TITLES] = {
const char * const title_names[NUM_TITLES] = {
"",
"",
gettext_noop("Tools"),