diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-26 02:25:03 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-26 02:25:03 +0100 |
commit | 8d8202990d0b63277fe095cc4b649d9de87d3893 (patch) | |
tree | e314a541de61d2dc7c3132a55025b8d7eb2e263d /src/sst.c | |
parent | 0374d25603dfc9ec1590eee356c2c081c12b4641 (diff) |
Remove some dodgy whitespace
Diffstat (limited to 'src/sst.c')
-rw-r--r-- | src/sst.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |