summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 5287748..372696c 100644
--- a/file.c
+++ b/file.c
@@ -252,7 +252,7 @@ uh_path_lookup(struct client *cl, const char *url)
static const char * uh_file_mime_lookup(const char *path)
{
- struct mimetype *m = &uh_mime_types[0];
+ const struct mimetype *m = &uh_mime_types[0];
const char *e;
while (m->extn) {