Fix missing return (suggested by Yavor Doganov)

This commit is contained in:
rfm 2024-06-06 16:25:43 +01:00
parent c9a0e74437
commit c93ee13f57

View file

@ -62,4 +62,6 @@ int main()
[encodedKeyMask intValue], NSShiftKeyMask)
END_SET("NSMenuItem key equivalent mask")
return 0;
}