From: Dimitri Schoolwerth Date: Fri, 20 Aug 2004 10:05:47 +0000 (+0000) Subject: removed stray comma at end of enum X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/98bdbbe31b61dff367103da568ddb25b7910b7b7 removed stray comma at end of enum git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gsocket.h b/include/wx/gsocket.h index aa85493415..a527a8586a 100644 --- a/include/wx/gsocket.h +++ b/include/wx/gsocket.h @@ -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.