summaryrefslogtreecommitdiff
path: root/testsuite/gtk/treepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gtk/treepath.c')
-rw-r--r--testsuite/gtk/treepath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gtk/treepath.c b/testsuite/gtk/treepath.c
index da77bf0a43..147ac64e43 100644
--- a/testsuite/gtk/treepath.c
+++ b/testsuite/gtk/treepath.c
@@ -64,10 +64,10 @@ test_prepend (void)
static void
test_to_string (void)
{
- const gchar *str = "0:1:2:3:4:5:6:7:8:9:10";
+ const char *str = "0:1:2:3:4:5:6:7:8:9:10";
GtkTreePath *p;
int *indices;
- gchar *s;
+ char *s;
int i;
p = gtk_tree_path_new_from_string (str);