ref: 31adc338e4264c9a741a9add45fe17a2d179805c
parent: 9cbaa0be00856ee439228779b9f787c78b43eb66
author: Clownacy <[email protected]>
date: Wed Jan 8 08:34:00 EST 2020
Remove a newline that isn't in the accurate branch
--- a/src/Profile.cpp
+++ b/src/Profile.cpp
@@ -31,7 +31,6 @@
sprintf(path, "%s/%s", gModulePath, gDefaultName);
FILE *file = fopen(path, "rb");
-
if (file == NULL)
return FALSE;