readini.c: remove extraneous parentheses to silence a warning
This commit is contained in:
parent
07bb8fe7a4
commit
a460fa1a5e
@ -51,7 +51,7 @@ void Load_INI_clear_string(char * str, byte keep_comments)
|
||||
|
||||
for (index=0;str[index]!='\0';)
|
||||
{
|
||||
if ((str[index]=='='))
|
||||
if (str[index]=='=')
|
||||
{
|
||||
equal_found=1;
|
||||
index++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user