summaryrefslogtreecommitdiffstats
path: root/src/modules/about/mkabouttext.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/about/mkabouttext.pl')
-rw-r--r--src/modules/about/mkabouttext.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/about/mkabouttext.pl b/src/modules/about/mkabouttext.pl
index 0b58a42c..482bae72 100644
--- a/src/modules/about/mkabouttext.pl
+++ b/src/modules/about/mkabouttext.pl
@@ -70,7 +70,7 @@ sub p
open(OUT,">abouttext.inc") or die "Can't open abouttext.inc";
-print OUT "static char * g_szAboutText = \"\" \\\n";
+print OUT "static const char * g_szAboutText = \"\" \\\n";
p "<html>";
p " <head>";