mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
fix warning, comparison with NULL
This commit is contained in:
parent
88a0e1e390
commit
5e68ebec91
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
{
|
||||
NSError *error = nil;
|
||||
|
||||
NSAssert(completionHandler != nil, NSInvalidArgumentException);
|
||||
NSAssert(completionHandler != NULL, NSInvalidArgumentException);
|
||||
CALL_NON_NULL_BLOCK(completionHandler, error);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue