diff options
Diffstat (limited to 'xs_mime.h')
| -rw-r--r-- | xs_mime.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -56,7 +56,7 @@ const char *xs_mime_by_ext(const char *file) | |||
| 56 | const char **p = xs_mime_types; | 56 | const char **p = xs_mime_types; |
| 57 | xs *uext = xs_tolower_i(xs_dup(ext + 1)); | 57 | xs *uext = xs_tolower_i(xs_dup(ext + 1)); |
| 58 | 58 | ||
| 59 | while (**p) { | 59 | while (*p) { |
| 60 | int c; | 60 | int c; |
| 61 | 61 | ||
| 62 | if ((c = strcmp(*p, uext)) == 0) | 62 | if ((c = strcmp(*p, uext)) == 0) |