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:
@@ -450,7 +450,6 @@ label:
|
|||||||
|
|
||||||
if (t->tm_isdst < 0)
|
if (t->tm_isdst < 0)
|
||||||
continue;
|
continue;
|
||||||
continue;
|
|
||||||
if (diff < 0) {
|
if (diff < 0) {
|
||||||
sign = "-";
|
sign = "-";
|
||||||
diff = -diff;
|
diff = -diff;
|
||||||
|
Reference in New Issue
Block a user