removed stray comma at end of enum

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2004-08-20 10:05:47 +00:00
parent fcf90ee1b1
commit 98bdbbe31b

View File

@@ -67,7 +67,7 @@ typedef enum {
GSOCK_WOULDBLOCK,
GSOCK_TIMEDOUT,
GSOCK_MEMERR,
GSOCK_OPTERR,
GSOCK_OPTERR
} GSocketError;
/* See below for an explanation on how events work.