From 7d08179a70c8b1dc5995db9244f50927b8f530d1 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Thu, 7 Feb 2002 13:24:55 +0000 Subject: [PATCH] removed trailing comma for SunSoft compiler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/intl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/intl.h b/include/wx/intl.h index d1f9408f4f..98c4771f71 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -347,7 +347,7 @@ enum wxLocaleInfo wxLOCALE_THOUSANDS_SEP, // the character used as decimal point - wxLOCALE_DECIMAL_POINT, + wxLOCALE_DECIMAL_POINT }; -- 2.45.2