mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Don't end enum with comma (#583663)
This is valid C but breaks C++, so don't put it in headers.
This commit is contained in:
@@ -531,7 +531,7 @@ typedef enum
|
|||||||
G_SOCKET_TYPE_INVALID,
|
G_SOCKET_TYPE_INVALID,
|
||||||
G_SOCKET_TYPE_STREAM,
|
G_SOCKET_TYPE_STREAM,
|
||||||
G_SOCKET_TYPE_DATAGRAM,
|
G_SOCKET_TYPE_DATAGRAM,
|
||||||
G_SOCKET_TYPE_SEQPACKET,
|
G_SOCKET_TYPE_SEQPACKET
|
||||||
} GSocketType;
|
} GSocketType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user