summaryrefslogtreecommitdiffstats
path: root/macosx/ttkMacOSXTheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/ttkMacOSXTheme.h')
-rw-r--r--macosx/ttkMacOSXTheme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ttkMacOSXTheme.h b/macosx/ttkMacOSXTheme.h
index 1e2b7ae..2092b02 100644
--- a/macosx/ttkMacOSXTheme.h
+++ b/macosx/ttkMacOSXTheme.h
@@ -561,7 +561,7 @@ static ThemeFrameParams
#define CHECK_RADIUS(radius, bounds) \
if ((radius) > (bounds).size.width / 2 || (radius) > (bounds).size.height / 2) { \
- return; \
+ return; \
}
/*