diff options
Diffstat (limited to 'ULabel.c')
-rw-r--r-- | ULabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -661,7 +661,7 @@ SetValues(Widget current, Widget request, Widget new, UCSLabelWidget curlw = (UCSLabelWidget) current; UCSLabelWidget reqlw = (UCSLabelWidget) request; UCSLabelWidget newlw = (UCSLabelWidget) new; - int i; + unsigned int i; Boolean was_resized = False, redisplay = False, checks[NUM_CHECKS]; for (i = 0; i < NUM_CHECKS; i++) |