diff --git a/gnoemoe/gm-net.h b/gnoemoe/gm-net.h index 015391c..2219b62 100644 --- a/gnoemoe/gm-net.h +++ b/gnoemoe/gm-net.h @@ -28,7 +28,8 @@ typedef enum _GmNetState { GM_NET_STATE_DISCONNECTED, /**< socket disconnected */ GM_NET_STATE_CONNECTING, /**< socket still connecting */ GM_NET_STATE_TRY_ADDRESS, /**< connecting to address */ - GM_NET_STATE_DISCONNECTING /**< socket still disconnecting */ + GM_NET_STATE_DISCONNECTING, /**< socket still disconnecting */ + GM_NET_STATE_END } GmNetState; typedef enum _GmNetError {