mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +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_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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user