mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 06:16:10 -04:00
Fix incorrect MIME type
This commit is contained in:
parent
32adf4347d
commit
23f9a20e8d
@ -82,7 +82,7 @@ static const struct table_entry {
|
||||
{ "jpeg", "image/jpeg" },
|
||||
{ "png", "image/png" },
|
||||
{ "pdf", "application/pdf" },
|
||||
{ "ps", "application/postsript" },
|
||||
{ "ps", "application/postscript" },
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user