diff options
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -401,7 +401,7 @@ int GetLanguageList(char **languages, int max) return num; } -void ChangeWorkingDirectory(char *exe) +static void ChangeWorkingDirectory(char *exe) { char *s = strrchr(exe, '/'); if (s != NULL) { |