diff options
Diffstat (limited to 'src/files.c')
-rw-r--r-- | src/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files.c b/src/files.c index 36aeda1..969fd01 100644 --- a/src/files.c +++ b/src/files.c @@ -2631,7 +2631,7 @@ fail: FS_Path_f ============ */ -void FS_Path_f( void ) { +static void FS_Path_f( void ) { searchpath_t *s; int numFilesInPAK = 0; #if USE_ZLIB |