]> git.saurik.com Git - wxWidgets.git/commitdiff
removed stray comma at end of enum
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 20 Aug 2004 10:05:47 +0000 (10:05 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 20 Aug 2004 10:05:47 +0000 (10:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gsocket.h

index aa85493415e47c175832c516c90a7d5744f4e9a2..a527a8586a9a5f4fbcd36e02e4824cd62659cdd8 100644 (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.