shithub: choc

Download patch

ref: 6487e1429d4a6626a1a2ee18826ffe3ece241305
parent: d1b6350ec5f26cb3c53e37805e9865b26a716171
parent: ff575846e94bc05348625806e8601588aaf368fa
author: Simon Howard <[email protected]>
date: Sat May 10 20:24:33 EDT 2014

Merge pull request #401 from alexey-lysiuk/clang_build_fix

Fix compilation error with Clang

--- a/src/d_mode.c
+++ b/src/d_mode.c
@@ -184,6 +184,7 @@
     switch (mission)
     {
         case none:
+        default:
             return "none";
         case doom:
             return "doom";