From d3476151d066a6d7dee83551962ab14ee001527f Mon Sep 17 00:00:00 2001 From: Vauff Date: Fri, 7 Apr 2023 00:10:21 -0400 Subject: [PATCH] formatting --- MovementUnlocker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MovementUnlocker.cpp b/MovementUnlocker.cpp index fa34ec4..9a73471 100644 --- a/MovementUnlocker.cpp +++ b/MovementUnlocker.cpp @@ -59,7 +59,7 @@ bool MovementUnlocker::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxl char *pBinPath = "csgo/bin/server.dll"; auto *pBin = LoadLibrary(pBinPath); #elif __linux__ - char * pBinPath = "csgo/bin/server.so"; + char *pBinPath = "csgo/bin/server.so"; auto *pBin = dlopen(pBinPath, RTLD_NOW); #endif