summarylogtreecommitdiffstats
path: root/debug.patch
blob: 0f5e2da52528f05297cf65579662892f9d1828c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- fsck/main.c
+++ fsck/main.c
@@ -26,8 +26,6 @@
 #include <inttypes.h>
 #include <unistd.h>
 
-#define exfat_debug(format, ...)
-
 uint64_t files_count, directories_count;
 
 static int nodeck(struct exfat* ef, struct exfat_node* node)