removed trailing comma for SunSoft compiler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2002-02-07 13:24:55 +00:00
parent 5b8643eace
commit 7d08179a70

View File

@ -347,7 +347,7 @@ enum wxLocaleInfo
wxLOCALE_THOUSANDS_SEP,
// the character used as decimal point
wxLOCALE_DECIMAL_POINT,
wxLOCALE_DECIMAL_POINT
};