use const keyword --> fewer warnings
This commit is contained in:
parent
7aa5b236a4
commit
dc6ae1a5b8
10 changed files with 67 additions and 63 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#define GREAT_H
|
||||
|
||||
|
||||
char * great_strs[] = {
|
||||
const char * const great_strs[] = {
|
||||
gettext_noop("Great!"),
|
||||
gettext_noop("Cool!"),
|
||||
gettext_noop("Keep it up!"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue