Cocoa Port:

- Fix a minor bug in file handling for the Tiger build.
This commit is contained in:
rogerman 2012-01-17 01:11:34 +00:00
parent 46d9ab17bf
commit 096baef750
1 changed files with 0 additions and 4 deletions

View File

@ -241,10 +241,6 @@
NSString *fileKind;
while ((fileKind = (NSString *)[enumerator nextObject]) != nil)
{
/* code to act on each element as it is returned */
}
#else // Mac OS X v10.5 and later.
for (NSString *fileKind in fileKindList)
#endif