From 962afa215e97c75e80cc6644fb8ad64d110dfb60 Mon Sep 17 00:00:00 2001 From: IcePixelx <41352111+PixieCore@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:35:30 +0200 Subject: [PATCH] Wrong return. --- r5launcher/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5launcher/main.cpp b/r5launcher/main.cpp index 189d4128..e9449575 100644 --- a/r5launcher/main.cpp +++ b/r5launcher/main.cpp @@ -227,5 +227,5 @@ int main(int argc, char* argv[], char* envp[]) Sleep(5000); - return EXIT_SUCCESS; + return EXIT_FAILURE; } \ No newline at end of file