style cleanup: also quiet harmless compiler warning.
This commit is contained in:
@@ -1159,7 +1159,7 @@ GHOST_TSuccess GHOST_SystemCocoa::handleDraggingEvent(GHOST_TEventType eventType
|
||||
NSEnumerator *enumerator;
|
||||
NSImageRep *representation;
|
||||
|
||||
ibuf = IMB_allocImBuf (imgSize.width , imgSize.height, 32, IB_rect);
|
||||
ibuf = IMB_allocImBuf (imgSize.width, imgSize.height, 32, IB_rect);
|
||||
if (!ibuf) {
|
||||
[droppedImg release];
|
||||
return GHOST_kFailure;
|
||||
|
Reference in New Issue
Block a user