[gimp/gimp-2-10] app: s/char/gchar/ in last commit



commit 8a2126fc988a4b302ac6f845c402c2268bf0343e
Author: Ell <ell_se yahoo com>
Date:   Sun Sep 2 13:47:42 2018 -0400

    app: s/char/gchar/ in last commit

 app/gui/splash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/gui/splash.c b/app/gui/splash.c
index 9b85430c30..fbf68b96a3 100644
--- a/app/gui/splash.c
+++ b/app/gui/splash.c
@@ -569,7 +569,7 @@ splash_image_load_from_file (GFile    *file,
 
   if (be_verbose)
     {
-      char *path;
+      gchar *path;
 
       path = g_file_get_path (file);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]