mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
tweaks to keep static analyzer happy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36527 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d68d872655
commit
d26640c7ab
12 changed files with 158 additions and 118 deletions
|
@ -561,7 +561,7 @@ parseObject(ParserState *state)
|
|||
c = consumeSpace(state);
|
||||
if (c == ',')
|
||||
{
|
||||
c = consumeChar(state);
|
||||
consumeChar(state);
|
||||
}
|
||||
c = consumeSpace(state);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue