[gdm] profile: Kill warning



commit 67fb7fd6d2170d3a2875dcf1a6ac79d81d6d35c9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Feb 10 15:21:25 2014 -0500

    profile: Kill warning

 common/gdm-profile.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/common/gdm-profile.c b/common/gdm-profile.c
index 7cecf7c..1a37d32 100644
--- a/common/gdm-profile.c
+++ b/common/gdm-profile.c
@@ -41,9 +41,9 @@ _gdm_profile_log (const char *func,
                   ...)
 {
         va_list args;
-        char   *str;
-        char   *formatted;
-        char   *prgname;
+        char *str;
+        char *formatted;
+        const char *prgname;
 
         if (format == NULL) {
                 formatted = g_strdup ("");


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