Remove a newline that isn't in the accurate branch
This commit is contained in:
parent
9cbaa0be00
commit
31adc338e4
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ BOOL IsProfile(void)
|
||||||
sprintf(path, "%s/%s", gModulePath, gDefaultName);
|
sprintf(path, "%s/%s", gModulePath, gDefaultName);
|
||||||
|
|
||||||
FILE *file = fopen(path, "rb");
|
FILE *file = fopen(path, "rb");
|
||||||
|
|
||||||
if (file == NULL)
|
if (file == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue