diff options
Diffstat (limited to 'app/luit/parser.h')
-rw-r--r-- | app/luit/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/luit/parser.h b/app/luit/parser.h index 6fceb502f..14b614c63 100644 --- a/app/luit/parser.h +++ b/app/luit/parser.h @@ -32,4 +32,4 @@ THE SOFTWARE. #define TOK_EQUALS 1 #define TOK_KEYWORD 2 -char *resolveLocale(char *locale); +char *resolveLocale(const char *locale); |