[Xfce4-commits] <xfce4-settings:master> Fix ansi compiler warnings.

Nick Schermer noreply at xfce.org
Tue Jan 19 19:00:02 CET 2010


Updating branch refs/heads/master
         to c9cc6c6edffed3fc6c8dbf758bf48e92f31cf72f (commit)
       from 54a1695c83cf622d8cbc8b7ac537598bffd08232 (commit)

commit c9cc6c6edffed3fc6c8dbf758bf48e92f31cf72f
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Jan 19 18:57:50 2010 +0100

    Fix ansi compiler warnings.

 xfsettingsd/registry.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfsettingsd/registry.c b/xfsettingsd/registry.c
index b8557b1..89dc3fd 100644
--- a/xfsettingsd/registry.c
+++ b/xfsettingsd/registry.c
@@ -455,7 +455,7 @@ xsettings_registry_notify(XSettingsRegistry *registry)
 
     buf_len = 12;
 
-    /** Calculate buffer size */
+    /* Calculate buffer size */
     for(; entry->name != NULL; ++entry)
     {
         prop_count++;
@@ -513,7 +513,7 @@ xsettings_registry_notify(XSettingsRegistry *registry)
                 *pos++ = 0;
                 break;
             case G_TYPE_STRING:
-                *pos++ = 1; // String 
+                *pos++ = 1; /* String */
                 {
                     value = g_value_get_string(&entry->value);
                     if(value)



More information about the Xfce4-commits mailing list