summaryrefslogtreecommitdiff
path: root/src/gmutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmutil.c')
-rw-r--r--src/gmutil.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gmutil.c b/src/gmutil.c
index 718a0a9a..2c9ba4eb 100644
--- a/src/gmutil.c
+++ b/src/gmutil.c
@@ -475,6 +475,9 @@ const char *mediaType_Path(const iString *path) {
475 endsWithCase_String(path, ".hpp")) { 475 endsWithCase_String(path, ".hpp")) {
476 return "text/plain"; 476 return "text/plain";
477 } 477 }
478 else if (endsWithCase_String(path, ".pem")) {
479 return "application/x-pem-file";
480 }
478 else if (endsWithCase_String(path, ".zip")) { 481 else if (endsWithCase_String(path, ".zip")) {
479 return "application/zip"; 482 return "application/zip";
480 } 483 }