From 31adc338e4264c9a741a9add45fe17a2d179805c Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 8 Jan 2020 13:34:00 +0000 Subject: [PATCH] Remove a newline that isn't in the accurate branch --- src/Profile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Profile.cpp b/src/Profile.cpp index 0d20aef1..12940c6d 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -31,7 +31,6 @@ BOOL IsProfile(void) sprintf(path, "%s/%s", gModulePath, gDefaultName); FILE *file = fopen(path, "rb"); - if (file == NULL) return FALSE;