summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/fileinfo/fileinfo.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c
index 8f7e0aa8f3..a515bb5ca6 100644
--- a/ext/fileinfo/fileinfo.c
+++ b/ext/fileinfo/fileinfo.c
@@ -23,8 +23,10 @@
#endif
#include <magic.h>
-// HOWMANY specifies the maximum offset libmagic will look at
-// this is currently hardcoded in the libmagic source but not exported
+/*
+ * HOWMANY specifies the maximum offset libmagic will look at
+ * this is currently hardcoded in the libmagic source but not exported
+ */
#ifndef HOWMANY
#define HOWMANY 65536
#endif