This commit is contained in:
Omar Polo 2020-11-06 10:45:06 +01:00
parent 20f688381a
commit 932b001a3f
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
1 changed files with 1 additions and 1 deletions

2
gmid.c
View File

@ -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}
};