aboutsummaryrefslogtreecommitdiff
path: root/mime.c
diff options
context:
space:
mode:
Diffstat (limited to 'mime.c')
-rw-r--r--mime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mime.c b/mime.c
index 096046e..cd759de 100644
--- a/mime.c
+++ b/mime.c
@@ -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}