From 1b80b33b875a6a744e92a469f5096bf55870faf3 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 21 Apr 2004 23:06:26 +0000 Subject: [PATCH] C++ comments are ungood ;). --- ext/fileinfo/fileinfo.c | 6 ++++-- 1 file 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 -// 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 -- 2.50.1