Fix syntax error in config.def.h

Thanks to Boris Egorov for finding this!
This commit is contained in:
FRIGN 2015-05-24 16:49:42 +02:00
parent 7a587cfa36
commit 4c14a02754

View file

@ -19,7 +19,7 @@ static const MimeType servermimes[] = {
{ "c", "text/plain" }, { "c", "text/plain" },
{ "h", "text/plain" }, { "h", "text/plain" },
{ "go", "text/plain" }, { "go", "text/plain" },
{ "sh" "text/plain" }, { "sh", "text/plain" },
{ "log", "text/plain" }, { "log", "text/plain" },
{ "txt", "text/plain" }, { "txt", "text/plain" },
{ "md", "text/plain" }, { "md", "text/plain" },