Skip to content

Commit

Permalink
DEVTOOLS: Fix CID 1022207. Missing break in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jul 15, 2013
1 parent e0e6b95 commit 059fa15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/create_lure/process_actions.cpp
Expand Up @@ -149,6 +149,7 @@ uint16 process_action_sequence_entry(int supportIndex, byte *data, uint16 remain
if (startOffset == 0x7328) { startOffset = 0x72ae; maxOffset = 0x7382; }
if (startOffset == 0x702f) { startOffset = 0x6f3d; maxOffset = 0x70a3; }
if (startOffset == 0x7886) { startOffset = 0x742a; maxOffset = 0x7896; }
break;
case DE_DEU:
if (startOffset == 0x7edb) { startOffset = 0x7ead; maxOffset = 0x7f05; }
if (startOffset == 0x7ab8) { startOffset = 0x796c; maxOffset = 0x7ae2; }
Expand Down

0 comments on commit 059fa15

Please sign in to comment.