Skip to content

Commit

Permalink
add missing break statement which probably wont have any consequence
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Oct 31, 2013
1 parent 9b18311 commit 6d31248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CNvTNTCombiner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ int CNvTNTCombiner::ParseDecodedMux()
comb.arg1 = MUX_1;
comb.arg2 = MUX_0;
comb.arg3 = MUX_1;
break;
case CM_FMT_TYPE_D: // = A
comb.arg0 = m.d;
comb.arg1 = MUX_1;
Expand Down

0 comments on commit 6d31248

Please sign in to comment.