diff options
Diffstat (limited to 'gtk/inspector/window.c')
-rw-r--r-- | gtk/inspector/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/inspector/window.c b/gtk/inspector/window.c index ff865a3b79..c1ef5ca5d0 100644 --- a/gtk/inspector/window.c +++ b/gtk/inspector/window.c @@ -670,7 +670,7 @@ get_inspector_display (void) if (display == NULL) { - const gchar *name; + const char *name; name = g_getenv ("GTK_INSPECTOR_DISPLAY"); display = gdk_display_open (name); @@ -693,7 +693,7 @@ get_inspector_display (void) if (display) { - const gchar *name; + const char *name; name = g_getenv ("GTK_INSPECTOR_RENDERER"); |