# HG changeset patch # User Olaf Wintermann # Date 1744878341 -7200 # Node ID 0e0e9035c6c72bd2c3aeda9ccaea60825485868e # Parent 88ed463e54332d0459a7576b57e216a48fa723b3 fix ui_radiobuttons_set build (Cocoa) diff -r 88ed463e5433 -r 0e0e9035c6c7 ui/cocoa/button.m --- a/ui/cocoa/button.m Sat Apr 12 19:21:15 2025 +0200 +++ b/ui/cocoa/button.m Thu Apr 17 10:25:41 2025 +0200 @@ -271,5 +271,4 @@ } index++; } - return index; }