* src/nsselect.m (ns_get_foreign_selection): Fix GCC warning.
This commit is contained in:
parent
e3e0deb86d
commit
e7047b4aba
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ Updated by Christian Limpach (chris@nice.ch)
|
|||
|
||||
NSString *type;
|
||||
NSEnumerator *e = [[pb types] objectEnumerator];
|
||||
while (type = [e nextObject])
|
||||
while ((type = [e nextObject]))
|
||||
{
|
||||
NSString *val = [typeLookup valueForKey:type];
|
||||
if (val && ! [types containsObject:val])
|
||||
|
|
Loading…
Add table
Reference in a new issue