Review fixes
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Oct 2022 11:13:21 +0000 (11:13 +0000)
committerLukáš Tyrychtr <lukastyrychtr@gmail.com>
Wed, 5 Oct 2022 11:13:21 +0000 (11:13 +0000)
gtk/gtkaccessible.c

index ce79f750b4b947437e574a5678b26560a6975579..3f0747f18e43b9b155b36bee3c4a4025ebb01af8 100644 (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>