Removed rogue continue statement (bug 1560636)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-09-18 10:59:28 +00:00
parent 50d8f02279
commit 11ea1abfa0

View File

@@ -450,7 +450,6 @@ label:
if (t->tm_isdst < 0)
continue;
continue;
if (diff < 0) {
sign = "-";
diff = -diff;