summaryrefslogtreecommitdiff
path: root/tests/testframe.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 22:25:56 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commit556997f9df3b771733fc49a02d5424aee276e29f (patch)
tree497917f020af130413e0a429510c24fbe5eade7d /tests/testframe.c
parentd375dce9f52fd9830069a6fd9287abde93d3f24b (diff)
downloadgtk+-556997f9df3b771733fc49a02d5424aee276e29f.tar.gz
Replace "gfloat" with "float"
Diffstat (limited to 'tests/testframe.c')
-rw-r--r--tests/testframe.c2
1 files changed, 1 insertions, 1 deletions
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 ();