commit 0bfdcb1799c05c1db08fa7843b8b590e41464582 from: Omar Polo date: Thu Apr 22 19:10:08 2021 UTC missing comma , commit - 4d820b6cd266d6e81b38e25e0850f8990abef32e commit + 0bfdcb1799c05c1db08fa7843b8b590e41464582 blob - 096046ed40627f0a02168d8c05ba73b02d2755d3 blob + cd759de682f8a366013f289533f77a15fb426bc7 --- mime.c +++ 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}