mirror of
https://github.com/fltk/fltk.git
synced 2026-06-03 22:17:12 +08:00
Make comment strings const char *...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4281 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
static char *comment_text[] = {
|
static const char * const comment_text[] = {
|
||||||
// GNU Public License/GPL Header
|
// GNU Public License/GPL Header
|
||||||
"//\n"
|
"//\n"
|
||||||
"// NameOfProgram, ShortDescription\n"
|
"// NameOfProgram, ShortDescription\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user