mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Clang: static constant usage strings
This commit is contained in:
parent
510d2d22d5
commit
3aa540a69e
1 changed files with 2 additions and 2 deletions
|
@ -41,11 +41,11 @@
|
|||
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
const char* k_usage =
|
||||
static const char k_usage[] =
|
||||
"Usage:\n"
|
||||
" CrashReporter <dumpFilePath> <linuxBacktracePath>\n";
|
||||
#else
|
||||
const char* k_usage =
|
||||
static const char k_usage[] =
|
||||
"Usage:\n"
|
||||
" CrashReporter <dumpFilePath>\n";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue