mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
Quick fix for a minor issue with the parser.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20644 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5e5f831079
commit
57f35f6ece
1 changed files with 6 additions and 4 deletions
|
@ -139,10 +139,12 @@
|
||||||
[cls parse];
|
[cls parse];
|
||||||
[classes addObject: cls];
|
[classes addObject: cls];
|
||||||
}
|
}
|
||||||
else
|
}
|
||||||
{
|
|
||||||
result = NO;
|
// if we got zero classes, return NO.
|
||||||
}
|
if([classes count] == 0)
|
||||||
|
{
|
||||||
|
result = NO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
NS_HANDLER
|
NS_HANDLER
|
||||||
|
|
Loading…
Reference in a new issue