aboutsummaryrefslogtreecommitdiffstats
path: root/x-loader/include/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'x-loader/include/fat.h')
-rw-r--r--x-loader/include/fat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-loader/include/fat.h b/x-loader/include/fat.h
index 6b12df5..4f70981 100644
--- a/x-loader/include/fat.h
+++ b/x-loader/include/fat.h
@@ -85,7 +85,7 @@
#else
#define FAT_DPRINT(args...)
#endif
-#define FAT_ERROR(arg) printf(arg)
+#define FAT_ERROR(args...) printf(args)
#define ISDIRDELIM(c) ((c) == '/' || (c) == '\\')