commit 4cd845c7b04e360b94212abe16dfaa9cb76554c7
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Mon Jan 2 15:04:06 2017 +0100
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Mon Jan 2 15:04:06 2017 +0100
hexen: Remove tab character added in previous commit
---
src/hexen/h2_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c
index dde561db..9995abdd 100644
--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -195,7 +195,7 @@ static void D_SetDefaultSavePath(void)
// and use hexndata/:
SavePath = malloc(10);
- M_snprintf(SavePath, 10, "hexndata%c", DIR_SEPARATOR);
+ M_snprintf(SavePath, 10, "hexndata%c", DIR_SEPARATOR);
}
else
{