(svn r607) -Patch: [ 985102 ] static cleanup

Thanks to lvoge
This commit is contained in:
tron
2004-11-14 19:44:06 +00:00
parent 200d3fdbe8
commit 249a170ace
32 changed files with 108 additions and 118 deletions

2
unix.c
View File

@@ -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) {