From a155019ef73117b790ff4fe6cec5240b8ce0b12d Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Tue, 2 Dec 2014 14:29:11 +0100 Subject: [PATCH] gio: fix build next time I should definitely try to compile after a rebase conflict... --- gio/gioenums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4