From 8dda432b40163541d13f9f6cd520b5efbd82e0da Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 14 Apr 2005 12:20:12 +0000 Subject: Make comment strings const char *... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4281 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/comments.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3