From: Moriyoshi Koizumi Date: Fri, 15 Nov 2002 01:45:23 +0000 (+0000) Subject: Use C comments X-Git-Tag: BEFORE_RENAMING~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee3738618395c14d3f17a8477000467b20bc49e2;p=php Use C comments --- diff --git a/ext/mime_magic/mime_magic.c b/ext/mime_magic/mime_magic.c index 247e8cca33..474182d181 100644 --- a/ext/mime_magic/mime_magic.c +++ b/ext/mime_magic/mime_magic.c @@ -342,7 +342,7 @@ static int apprentice(void) char *fname; magic_server_config_rec *conf = &mime_global; - fname = conf->magicfile; // todo cwd? + fname = conf->magicfile; /* todo cwd? */ f = fopen(fname, "r"); if (f == NULL) { php_error(E_WARNING,