summaryrefslogtreecommitdiff
path: root/src/utils/langs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/langs.cpp')
-rw-r--r--src/utils/langs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/langs.cpp b/src/utils/langs.cpp
index 7c514ac9c..e7a72a692 100644
--- a/src/utils/langs.cpp
+++ b/src/utils/langs.cpp
@@ -24,7 +24,7 @@
#include "debug.h"
-static char *getLangName()
+static const char *getLangName()
{
const char *const lang = getenv("LANG");
if (lang && strlen(lang) > 1000)