Skip to content

Commit

Permalink
Solve warnings at cppcheck for ScriptRepositoryImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed Apr 26, 2013
1 parent f4169a4 commit cd968a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,10 @@ namespace API
break;
case LOCAL_ONLY | LOCAL_CHANGED:
acc_status = LOCAL_CHANGED;
break;
case REMOTE_ONLY | REMOTE_CHANGED:
acc_status = REMOTE_CHANGED;
break;
default:
acc_status = BOTH_CHANGED;
break;
Expand Down

0 comments on commit cd968a0

Please sign in to comment.