summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/fs/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fs/fs.h b/utils/fs/fs.h
index cb04d54127..9e4b8e2052 100644
--- a/utils/fs/fs.h
+++ b/utils/fs/fs.h
@@ -45,6 +45,5 @@ int FS(_wunlink) (const wchar_t *filename);
int FS(remove) (const char *path);
int FS(_wremove) (const wchar_t *path);
#else
-
FILE *FS(fopen) (const char* filename, const char* mode);
#endif