shithub: choc

Download patch

ref: 41936632e02a6bbf6a4a291afcf296995908830e
parent: ca93f90c5522955b57f63430f2c728edf812331a
author: Simon Howard <fraggle@soulsphere.org>
date: Fri Apr 20 20:38:37 EDT 2018

Fix broken build caused by previous commit.

--- a/src/d_mode.c
+++ b/src/d_mode.c
@@ -223,7 +223,8 @@
         case retail:
             return "retail";
         case indetermined:
-            return "indetermined";
+        default:
+            return "unknown";
     }
 }