diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-22 19:10:08 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-22 19:10:08 +0000 |
commit | 0bfdcb1799c05c1db08fa7843b8b590e41464582 (patch) | |
tree | c7501dfc7323b3ae9da20850682f9e323edb43d8 /mime.c | |
parent | 4d820b6cd266d6e81b38e25e0850f8990abef32e (diff) |
missing comma ,
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} |