mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gio: fix build
next time I should definitely try to compile after a rebase conflict...
This commit is contained in:
parent
fbfc23453d
commit
22ab227348
@ -539,7 +539,7 @@ typedef enum {
|
|||||||
G_IO_ERROR_PROXY_NEED_AUTH,
|
G_IO_ERROR_PROXY_NEED_AUTH,
|
||||||
G_IO_ERROR_PROXY_NOT_ALLOWED,
|
G_IO_ERROR_PROXY_NOT_ALLOWED,
|
||||||
G_IO_ERROR_BROKEN_PIPE,
|
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
|
G_IO_ERROR_NOT_CONNECTED
|
||||||
} GIOErrorEnum;
|
} GIOErrorEnum;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user