diff options
Diffstat (limited to 'mime.c')
-rw-r--r-- | mime.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ load_default_mime(struct mime *mime) {"text/markdown", "markdown"}, {"text/markdown", "md"}, {"text/plain", "txt"}, - {"text/x-patch", "diff"} + {"text/x-patch", "diff"}, {"text/x-patch", "patch"}, {"text/xml", "xml"}, {NULL, NULL} |