summaryrefslogtreecommitdiff
path: root/tests/testlist.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 20:40:36 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commitd375dce9f52fd9830069a6fd9287abde93d3f24b (patch)
treecd759ec130e07189ab7f19ebd03b8e89923aaa7f /tests/testlist.c
parentd7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (diff)
downloadgtk+-d375dce9f52fd9830069a6fd9287abde93d3f24b.tar.gz
Replace "gchar" with "char"
Diffstat (limited to 'tests/testlist.c')
-rw-r--r--tests/testlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testlist.c b/tests/testlist.c
index 25579739be..285aaa74da 100644
--- a/tests/testlist.c
+++ b/tests/testlist.c
@@ -44,7 +44,7 @@ row_class_init (RowClass *class)
}
static GtkWidget *
-row_new (const gchar* text, int sort_id) {
+row_new (const char * text, int sort_id) {
Row *row;
row = g_object_new (row_get_type (), NULL);