summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index 2ea2fcf8a..02c22b039 100644
--- a/unix.c
+++ b/unix.c
@@ -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) {