Skip to content

Commit

Permalink
Added missing breaks to switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Sep 10, 2018
1 parent f621376 commit adc7d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jtagclient/main.cpp
Expand Up @@ -572,6 +572,7 @@ int main(int argc, char* argv[])
LogNotice("Unlocking (will probably trigger bulk flash erase)...\n");
pdev->ClearReadLock();
};
break;

default:
break;
Expand Down

0 comments on commit adc7d13

Please sign in to comment.