[dev] [PATCH] [quark] Add missing comma in mime array item

From: Boris Egorov <egorov_AT_linux.com>
Date: Mon, 4 May 2015 00:21:17 +0600

Due to missing comma, quark didn't handle shell scripts correctly and
uses 'application/octet-stream' mime type for them.

Detected when building with '-Wextra' gcc flag.

Signed-off-by: Boris Egorov <egorov_AT_linux.com>
---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index a17a84b..0dc9cb1 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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" },
-- 
2.1.4
Received on Sun May 03 2015 - 20:21:17 CEST

This archive was generated by hypermail 2.3.0 : Sun May 03 2015 - 20:24:08 CEST