]> git.saurik.com Git - wxWidgets.git/commitdiff
removed trailing comma for SunSoft compiler
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 7 Feb 2002 13:24:55 +0000 (13:24 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 7 Feb 2002 13:24:55 +0000 (13:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/intl.h

index d1f9408f4f58f64684413194d0db0ad409728c76..98c4771f7159a4c1ea9b8a6af68af5c719fd7123 100644 (file)
@@ -347,7 +347,7 @@ enum wxLocaleInfo
     wxLOCALE_THOUSANDS_SEP,
 
     // the character used as decimal point
-    wxLOCALE_DECIMAL_POINT,
+    wxLOCALE_DECIMAL_POINT
 
 };