From 414d38ddd83f6eb4cd6e6bab9b402b20119961b5 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 14 Jun 2002 12:28:49 +0000 Subject: [PATCH] Tidied code git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13886 72102866-910b-0410-8b05-ffd578937521 --- Source/NSMenu.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSMenu.m b/Source/NSMenu.m index 83b309eba..6136ae93c 100644 --- a/Source/NSMenu.m +++ b/Source/NSMenu.m @@ -735,7 +735,7 @@ static NSNotificationCenter *nc; [nc postNotificationName: NSMenuWillSendActionNotification object: self userInfo: d]; - if (NULL != (action = [item action])) + if ((action = [item action]) != NULL) { [NSApp sendAction: action to: [item target]