Minor cleanup to IsEnableBitmap
This commit is contained in:
parent
7e2e2c1406
commit
4154b8c1bd
1 changed files with 2 additions and 2 deletions
|
@ -431,6 +431,6 @@ BOOL IsEnableBitmap(const char *path)
|
||||||
|
|
||||||
if (memcmp(str, extra_text, len))
|
if (memcmp(str, extra_text, len))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
else
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue