fix typos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-09-17 08:52:03 +00:00
parent 6455c3e533
commit 447a3d1c69
6 changed files with 6 additions and 6 deletions

View file

@ -2773,7 +2773,7 @@ startElementFunction(void *ctx, const unsigned char *name,
dict = [NSMutableDictionary dictionary];
if (atts != NULL)
{
int i = 0;;
int i = 0;
while (atts[i] != NULL)
{