Merge branch 'accurate' into portable

This commit is contained in:
Clownacy 2019-11-17 19:07:37 +00:00
commit db3fb6c37b

View file

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