From 556997f9df3b771733fc49a02d5424aee276e29f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 24 Jul 2020 22:25:56 +0200 Subject: Replace "gfloat" with "float" --- tests/testframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testframe.c') diff --git a/tests/testframe.c b/tests/testframe.c index 36464daab2..5a47758242 100644 --- a/tests/testframe.c +++ b/tests/testframe.c @@ -60,7 +60,7 @@ int main (int argc, char **argv) GtkBox *vbox; GtkFrame *frame; GtkGrid *grid; - gfloat xalign; + float xalign; gboolean done = FALSE; gtk_init (); -- cgit v1.2.1