mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
More tidying
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3733 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf830b8635
commit
399d9512d2
2 changed files with 3 additions and 1 deletions
|
@ -841,6 +841,7 @@ static NSMutableString *processName = nil;
|
|||
BOOL done;
|
||||
id key, val;
|
||||
|
||||
[enumerator nextObject]; // Skip process name.
|
||||
done = ((key = [enumerator nextObject]) == nil);
|
||||
|
||||
while (!done)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue