Minor cleanup to IsEnableBitmap

This commit is contained in:
Clownacy 2019-11-17 18:25:00 +00:00
parent 7e2e2c1406
commit 4154b8c1bd

View file

@ -431,6 +431,6 @@ BOOL IsEnableBitmap(const char *path)
if (memcmp(str, extra_text, len))
return FALSE;
else
return TRUE;
return TRUE;
}