commit 4c14a02754876c18174c19400d0117ba5212c50f
parent 7a587cfa36d77cd2af3b0ec56cf47a4cb4113496
Author: FRIGN <dev@frign.de>
Date: Sun, 24 May 2015 16:49:42 +0200
Fix syntax error in config.def.h
Thanks to Boris Egorov for finding this!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -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" },