summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-14 12:20:12 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-14 12:20:12 +0000
commit8dda432b40163541d13f9f6cd520b5efbd82e0da (patch)
tree22d67ce2edf2a0f30ced853a0a2937ae99cd6018
parentff60e09c09b27051baadc61f1361ec0e2e7150e9 (diff)
Make comment strings const char *...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4281 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--fluid/comments.h2
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"