Skip to content

Commit

Permalink
Fix missing return (suggested by Yavor Doganov)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Jun 6, 2024
1 parent c9a0e74 commit c93ee13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/gui/NSMenuItem/encoding.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ int main()
[encodedKeyMask intValue], NSShiftKeyMask)

END_SET("NSMenuItem key equivalent mask")

return 0;
}

0 comments on commit c93ee13

Please sign in to comment.