Fix syntax error in config.def.h
Thanks to Boris Egorov for finding this!
This commit is contained in:
parent
7a587cfa36
commit
4c14a02754
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ static const MimeType servermimes[] = {
|
|||
{ "c", "text/plain" },
|
||||
{ "h", "text/plain" },
|
||||
{ "go", "text/plain" },
|
||||
{ "sh" "text/plain" },
|
||||
{ "sh", "text/plain" },
|
||||
{ "log", "text/plain" },
|
||||
{ "txt", "text/plain" },
|
||||
{ "md", "text/plain" },
|
||||
|
|
Loading…
Reference in a new issue