shithub: choc

Download patch

ref: 4cd845c7b04e360b94212abe16dfaa9cb76554c7
parent: 77094ab901ee37f19399cf26b9f527d509e3c778
author: Simon Howard <fraggle@soulsphere.org>
date: Mon Jan 2 10:04:06 EST 2017

hexen: Remove tab character added in previous commit

--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -195,7 +195,7 @@
             // and use hexndata/:
 
             SavePath = malloc(10);
-	    M_snprintf(SavePath, 10, "hexndata%c", DIR_SEPARATOR);
+            M_snprintf(SavePath, 10, "hexndata%c", DIR_SEPARATOR);
         }
         else
         {