Skip to content

Commit

Permalink
Added another missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Sep 10, 2018
1 parent adc7d13 commit d862a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jtagclient/main.cpp
Expand Up @@ -547,6 +547,7 @@ int main(int argc, char* argv[])
LogNotice("Locking...\n");
pdev->SetReadLock();
};
break;

case MODE_UNLOCK:
{
Expand Down

0 comments on commit d862a8e

Please sign in to comment.