mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Fix missing return (suggested by Yavor Doganov)
This commit is contained in:
parent
c9a0e74437
commit
c93ee13f57
1 changed files with 2 additions and 0 deletions
|
@ -62,4 +62,6 @@ int main()
|
|||
[encodedKeyMask intValue], NSShiftKeyMask)
|
||||
|
||||
END_SET("NSMenuItem key equivalent mask")
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue