[Xfce4-commits] [xfce/xfdesktop] 02/05: trivial: fix build warnings

noreply at xfce.org noreply at xfce.org
Thu Mar 26 04:30:12 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 3e3c720b2ee09971a52154d638d0bdf7cd628e04
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Thu Mar 26 06:18:58 2015 +0300

    trivial: fix build warnings
---
 settings/main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/main.c b/settings/main.c
index 1c435b9..a4316dd 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -176,11 +176,11 @@ static gchar *xfdesktop_settings_get_backdrop_image(AppearancePanel *panel);
 
 
 
-const gchar *
+static const gchar *
 system_data_lookup (void)
 {
     const gchar * const * dirs;
-    const gchar *path;
+    gchar *path;
     guint i;
 
     dirs = g_get_system_data_dirs ();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list