[glib] gioenums.h: Remove trailing comma.



commit 52f116e874c783789bda3ddc67df61729834bf49
Author: Antoine Jacoutot <ajacoutot gnome org>
Date:   Sun Apr 17 10:04:13 2016 +0200

    gioenums.h: 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 4461f83..24b7899 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -561,7 +561,7 @@ typedef enum {
   G_IO_ERROR_BROKEN_PIPE,
   G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE,
   G_IO_ERROR_NOT_CONNECTED,
-  G_IO_ERROR_MESSAGE_TOO_LARGE,
+  G_IO_ERROR_MESSAGE_TOO_LARGE
 } GIOErrorEnum;
 
 


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