summaryrefslogtreecommitdiff
path: root/ext/mime_magic
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mime_magic')
-rw-r--r--ext/mime_magic/mime_magic.c2
1 files changed, 1 insertions, 1 deletions
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,