[glib] gio: fix build



commit 22ab227348e9ac6671da3d2bf143aafbf99838ca
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Dec 2 14:29:11 2014 +0100

    gio: fix build
    
    next time I should definitely try to compile after a rebase conflict...

 gio/gioenums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index 8ebdb2f..488e04b 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -539,7 +539,7 @@ typedef enum {
   G_IO_ERROR_PROXY_NEED_AUTH,
   G_IO_ERROR_PROXY_NOT_ALLOWED,
   G_IO_ERROR_BROKEN_PIPE,
-  G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE
+  G_IO_ERROR_CONNECTION_CLOSED = G_IO_ERROR_BROKEN_PIPE,
   G_IO_ERROR_NOT_CONNECTED
 } GIOErrorEnum;
 


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