From bc41356b35c29c2b0fec55bb345bc6a5ac824e40 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 19 Jun 2023 04:38:35 -0400 Subject: [PATCH] - minor formatting fix --- src/common/platform/posix/sdl/i_system.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/platform/posix/sdl/i_system.cpp b/src/common/platform/posix/sdl/i_system.cpp index c0b8cc1fc..ab0c6bd7d 100644 --- a/src/common/platform/posix/sdl/i_system.cpp +++ b/src/common/platform/posix/sdl/i_system.cpp @@ -447,7 +447,6 @@ unsigned int I_MakeRNGSeed() void I_OpenShellFolder(const char* infolder) { - char* curdir = getcwd(NULL,0); if (!chdir(infolder))