Remove a newline that isn't in the accurate branch

This commit is contained in:
Clownacy 2020-01-08 13:34:00 +00:00
parent 9cbaa0be00
commit 31adc338e4

View file

@ -31,7 +31,6 @@ BOOL IsProfile(void)
sprintf(path, "%s/%s", gModulePath, gDefaultName);
FILE *file = fopen(path, "rb");
if (file == NULL)
return FALSE;