fixing invalid case default: syntax

This commit is contained in:
Travis Glenn Hansen 2012-03-17 13:57:58 -06:00
parent e91de7f442
commit 74c8016e4a
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ namespace SparkleShare {
break;
case default:
default:
string state_text;
if (state == IconState.SyncingUp)

View file

@ -124,7 +124,7 @@ namespace SparkleShare {
break;
case default:
default:
string state_text;
if (state == IconState.SyncingUp)