From 1568cabdce1a972c8130de1b89a7eb376a5d00dc Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 27 Jun 2017 02:44:11 +0000 Subject: [PATCH] Derp git-svn-id: https://svn.eduke32.com/eduke32@6301 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/cmdline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/duke3d/src/cmdline.cpp b/source/duke3d/src/cmdline.cpp index fa1cb024f..1f917fe90 100644 --- a/source/duke3d/src/cmdline.cpp +++ b/source/duke3d/src/cmdline.cpp @@ -43,7 +43,7 @@ int32_t g_fakeMultiMode = 0; void G_ShowParameterHelp(void) { - const char *s = "Usage: " APPBASENAME " [files] [options]\n" + static char const s[] = "Usage: " APPBASENAME " [files] [options]\n" "Example: " APPBASENAME " -usecwd -cfg myconfig.cfg -map nukeland.map\n\n" "Files can be of type [grp|zip|map|con|def]\n" "\n" @@ -95,7 +95,7 @@ void G_ShowParameterHelp(void) void G_ShowDebugHelp(void) { - const char *s = "Usage: " APPBASENAME " [files] [options]\n" + static char const s[] = "Usage: " APPBASENAME " [files] [options]\n" "\n" #if 0 "-a\t\tUse fake player AI (fake multiplayer only)\n"