aboutsummaryrefslogtreecommitdiff
path: root/mime.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-04-22 19:10:08 +0000
committerOmar Polo <op@omarpolo.com>2021-04-22 19:10:08 +0000
commit0bfdcb1799c05c1db08fa7843b8b590e41464582 (patch)
treec7501dfc7323b3ae9da20850682f9e323edb43d8 /mime.c
parent4d820b6cd266d6e81b38e25e0850f8990abef32e (diff)
missing comma ,
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}