Review fixes

This commit is contained in:
Matthias Clasen 2022-10-05 11:13:21 +00:00 committed by Lukáš Tyrychtr
parent 31fea11255
commit d454586927

View File

@ -676,11 +676,11 @@ gtk_accessible_role_is_range_subclass (GtkAccessibleRole role)
case GTK_ACCESSIBLE_ROLE_SCROLLBAR:
case GTK_ACCESSIBLE_ROLE_SLIDER:
case GTK_ACCESSIBLE_ROLE_SPIN_BUTTON:
return true;
return TRUE;
default:
break;
}
return false;
return FALSE;
}
/*<private>