aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/files.c')
-rw-r--r--code/qcommon/files.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/qcommon/files.c b/code/qcommon/files.c
index 3537fff..632695f 100644
--- a/code/qcommon/files.c
+++ b/code/qcommon/files.c
@@ -321,7 +321,7 @@ FS_Initialized
==============
*/
-qboolean FS_Initialized() {
+qboolean FS_Initialized( void ) {
return (fs_searchpaths != NULL);
}
@@ -354,7 +354,7 @@ FS_LoadStack
return load stack
=================
*/
-int FS_LoadStack()
+int FS_LoadStack( void )
{
return fs_loadStack;
}