From 6c9999142974c2a6b4a70f9b910f34d309364a87 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Tue, 31 Aug 2021 21:06:18 +0200 Subject: [PATCH] Typo --- src/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dllmain.cpp b/src/dllmain.cpp index 839d64d..cd75167 100644 --- a/src/dllmain.cpp +++ b/src/dllmain.cpp @@ -10,7 +10,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv { printf("\x1b[31m\n**************************************************************************************\n\n"); printf("This version of \x1b[33miw5-gsc-utils\x1b[31m is outdated.\n"); - printf("Download the latest dll from here:\x1b[34m https://github.com/fedddddd/iw5-gsc-utils/releases\ \x1b[31m\n"); + printf("Download the latest dll from here:\x1b[34m https://github.com/fedddddd/iw5-gsc-utils/releases \x1b[31m\n"); printf("\n**************************************************************************************\n\n\x1b[37m"); return FALSE; }