diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-01-02 13:07:22 -0500 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-01-02 13:07:22 -0500 |
commit | 8ac631691a5977f0d1f192e993bdc6abac3fdb77 (patch) | |
tree | 7d511e2d33b46145c9fc8d321af98a6669a28f95 /shttpd.c | |
parent | 50538fa56a574b318842ab3b0db413272153602c (diff) |
fixed syntax error
Diffstat (limited to 'shttpd.c')
-rw-r--r-- | shttpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -278,9 +278,9 @@ static const char *default_extension_map[] = { "application/xslt+xml" " xslt", "application/zip" " zip", "application/x-tar" " tar", - "application/x-bzip2" " bz2 boz bz" + "application/x-bzip2" " bz2 boz bz", "audio/mpeg" " mp2 mp3 mpga", - "audio/midi" " midi mid"; + "audio/midi" " midi mid", "image/gif" " gif", "image/jpeg" " jpeg jpe jpg", "image/png" " png", |