summaryrefslogtreecommitdiff
path: root/windows/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/filetype.c')
-rw-r--r--windows/filetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/filetype.c b/windows/filetype.c
index 281a3d7a3..b06534d6a 100644
--- a/windows/filetype.c
+++ b/windows/filetype.c
@@ -32,7 +32,7 @@
static const char *fetch_filetype(const char *unix_path)
{
int l;
- LOG(("unix path %s", unix_path));
+ LOG("unix path %s", unix_path);
l = strlen(unix_path);
if (2 < l && strcasecmp(unix_path + l - 3, "css") == 0)
return "text/css";