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:
rfm 2013-04-14 16:25:27 +00:00
parent d68d872655
commit d26640c7ab
12 changed files with 158 additions and 118 deletions

View file

@ -561,7 +561,7 @@ parseObject(ParserState *state)
c = consumeSpace(state);
if (c == ',')
{
c = consumeChar(state);
consumeChar(state);
}
c = consumeSpace(state);
}