diff options
| -rw-r--r-- | fluid/comments.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/comments.h b/fluid/comments.h index e1cf4a680..e55a0b71c 100644 --- a/fluid/comments.h +++ b/fluid/comments.h @@ -1,5 +1,5 @@ -static char *comment_text[] = { +static const char * const comment_text[] = { // GNU Public License/GPL Header "//\n" "// NameOfProgram, ShortDescription\n" |
