From 9f5a96ead210338d8fc343108a8633da5e04e340 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 29 Aug 2010 15:58:43 +0000 Subject: (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. --- src/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileio.cpp') diff --git a/src/fileio.cpp b/src/fileio.cpp index 46d28b848..b10c54459 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -426,7 +426,7 @@ FILE *FioFOpenFile(const char *filename, const char *mode, Subdirectory subdir, * Create a directory with the given name * @param name the new name of the directory */ -void FioCreateDirectory(const char *name) +static void FioCreateDirectory(const char *name) { #if defined(WIN32) || defined(WINCE) CreateDirectory(OTTD2FS(name), NULL); -- cgit v1.2.3-70-g09d2