mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
6455c3e533
commit
447a3d1c69
6 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue