diff --git a/src/crashreporter/main.cpp b/src/crashreporter/main.cpp index 17e6fd13b..8d7ef16e0 100644 --- a/src/crashreporter/main.cpp +++ b/src/crashreporter/main.cpp @@ -41,11 +41,11 @@ #ifdef Q_OS_LINUX -const char* k_usage = +static const char k_usage[] = "Usage:\n" " CrashReporter \n"; #else -const char* k_usage = +static const char k_usage[] = "Usage:\n" " CrashReporter \n"; #endif