mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Add space
This commit is contained in:
parent
44cacc7766
commit
6df9f5466b
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ static Class pathCellClass;
|
|||
NSPathComponentCell *c = nil;
|
||||
NSMutableArray *items = [NSMutableArray arrayWithCapacity: [a count]];
|
||||
|
||||
while((c = [en nextObject]) != nil)
|
||||
while ((c = [en nextObject]) != nil)
|
||||
{
|
||||
NSPathControlItem *pi = [c _pathControlItem];
|
||||
[items addObject: pi];
|
||||
|
|
Loading…
Reference in a new issue