]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.c
More cleanups
[xonotic/gmqcc.git] / ftepp.c
diff --git a/ftepp.c b/ftepp.c
index b07fa974364555145fc3020a5b844be7688c20bb..e3cbb0d2637b6c989ed96178fe18f4b4bca3b2c7 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
@@ -1273,7 +1273,7 @@ static void unescape(const char *str, char *out) {
 
 static char *ftepp_include_find_path(const char *file, const char *pathfile)
 {
-    FILE       *fp;
+    fs_file_t  *fp;
     char       *filename = NULL;
     const char *last_slash;
     size_t      len;