[hackers] [quark] Fix syntax error in config.def.h || FRIGN

From: <git_AT_suckless.org>
Date: Sun, 24 May 2015 16:50:22 +0200 (CEST)

commit 4c14a02754876c18174c19400d0117ba5212c50f
Author: FRIGN <dev_AT_frign.de>
Date: Sun May 24 16:49:42 2015 +0200

    Fix syntax error in config.def.h
    
    Thanks to Boris Egorov for finding this!

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" },
Received on Sun May 24 2015 - 16:50:22 CEST

This archive was generated by hypermail 2.3.0 : Sun May 24 2015 - 17:00:12 CEST