[Tizen] Fix build warning. 44/289544/2 accepted/tizen/unified/20230313.022910
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 9 Mar 2023 10:12:37 +0000 (19:12 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Thu, 9 Mar 2023 10:14:00 +0000 (19:14 +0900)
Change-Id: Ia163d957c06b715295c22423975fc2a9f0f95649

atspi/atspi-accessible.c

index faba394..e5a2c7c 100644 (file)
@@ -1476,7 +1476,7 @@ atspi_accessible_get_id (AtspiAccessible *obj, GError **error)
 void
 atspi_accessible_set_listen_post_render(AtspiAccessible *obj, gboolean enabled, GError **error)
 {
-  g_return_val_if_fail (obj != NULL, FALSE);
+  g_return_if_fail (obj != NULL);
 
   _atspi_dbus_call (obj, atspi_interface_accessible, "SetListenPostRender", error, "b", enabled, NULL);
 }