commit 932b001a3f330546d8719424f505b8ba671a3896 from: Omar Polo date: Fri Nov 06 09:45:06 2020 UTC typo commit - 20f688381a6fa21c0e41a67a75423cd39b0ae56d commit + 932b001a3f330546d8719424f505b8ba671a3896 blob - adad015213b12de89cf5fd98c2bcb3bba13c29e3 blob + 422fc84d119abb098680b96c64a8c6d7a05fb538 --- gmid.c +++ gmid.c @@ -88,7 +88,7 @@ struct etm { /* file extension to mime */ {"text/markdown", "markdown"}, {"text/markdown", "md"}, {"text/plain", "txt"}, - {"text/xml", "xml"} + {"text/xml", "xml"}, {NULL, NULL} };