mirror of
https://github.com/libretro/libretro-common.git
synced 2025-03-03 13:59:11 +00:00
Update
This commit is contained in:
parent
ddf5197931
commit
96c8d42f76
@ -27,7 +27,7 @@
|
||||
|
||||
bool string_is_empty(const char *data)
|
||||
{
|
||||
return data==NULL || *data=='\0';
|
||||
return (data == NULL) || (*data == '\0');
|
||||
}
|
||||
|
||||
bool string_is_equal(const char *a, const char *b)
|
||||
|
Loading…
x
Reference in New Issue
Block a user