gio: fix build

next time I should definitely try to compile after a rebase conflict...
This commit is contained in:
Ignacio Casal Quinteiro 2014-12-02 14:29:11 +01:00
parent fbfc23453d
commit 22ab227348

View File

@ -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;