From 57edcf8e271e8f2a4643876f74c48a7c197aaaf8 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sat, 11 Jan 2020 22:54:12 -0500 Subject: [PATCH] Sneaky tabbing fix --- desktop_version/src/FileSystemUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp index 83c2a9fc..01dcda0a 100644 --- a/desktop_version/src/FileSystemUtils.cpp +++ b/desktop_version/src/FileSystemUtils.cpp @@ -37,7 +37,7 @@ int FILESYSTEM_init(char *argvZero) char output[MAX_PATH]; int mkdirResult; - PHYSFS_permitSymbolicLinks(1); + PHYSFS_permitSymbolicLinks(1); PHYSFS_init(argvZero); /* Determine the OS user directory */