diff options
Diffstat (limited to 'examples/sunny.c')
-rw-r--r-- | examples/sunny.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sunny.c b/examples/sunny.c index 9cfd8bcbc0..fafc1f2a1b 100644 --- a/examples/sunny.c +++ b/examples/sunny.c @@ -30,7 +30,7 @@ new_window (GApplication *app, if (file != NULL) { - gchar *contents; + char *contents; gsize length; if (g_file_load_contents (file, NULL, &contents, &length, NULL, NULL)) @@ -56,7 +56,7 @@ static void open (GApplication *application, GFile **files, int n_files, - const gchar *hint) + const char *hint) { int i; |