[glib] GDBusError enum: Remove trailing comma.



commit 2a27b7252243b0eaceeb9fbc6ecba1b3a3b36905
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 29 13:21:41 2014 +0200

    GDBusError enum: Remove trailing comma.
    
    This is helpful to people using the g++ --pedantic option.

 gio/gioenums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index a9d30fd..b9846b4 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -1134,7 +1134,7 @@ typedef enum
   G_DBUS_ERROR_UNKNOWN_OBJECT,                   /* org.freedesktop.DBus.Error.UnknownObject */
   G_DBUS_ERROR_UNKNOWN_INTERFACE,                /* org.freedesktop.DBus.Error.UnknownInterface */
   G_DBUS_ERROR_UNKNOWN_PROPERTY,                 /* org.freedesktop.DBus.Error.UnknownProperty */
-  G_DBUS_ERROR_PROPERTY_READ_ONLY,               /* org.freedesktop.DBus.Error.PropertyReadOnly */
+  G_DBUS_ERROR_PROPERTY_READ_ONLY                /* org.freedesktop.DBus.Error.PropertyReadOnly */
 } GDBusError;
 /* Remember to update g_dbus_error_quark() in gdbuserror.c if you extend this enumeration */
 


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