From 8d8202990d0b63277fe095cc4b649d9de87d3893 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 26 May 2022 02:25:03 +0100 Subject: Remove some dodgy whitespace --- src/sst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sst.c') diff --git a/src/sst.c b/src/sst.c index 293a6b4..b4a63aa 100644 --- a/src/sst.c +++ b/src/sst.c @@ -92,7 +92,7 @@ DEF_CCMD_HERE(sst_autoload_enable, "Register SST to load on game startup", 0) { return; } // arbitrary aesthetic judgement - for (os_char *p = relpath; *p; ++p) if (*p == L'\\') *p = L'/'; + for (os_char *p = relpath; *p; ++p) if (*p == L'\\') *p = L'/'; #else #error TODO(linux): implement this, it's late right now and I can't be bothered #endif -- cgit v1.2.3