Skip to content

Commit

Permalink
RECORDER: Fix CID 1046887. Missing break in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jul 14, 2013
1 parent 54d0eef commit 6e4217e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/recorderdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ void RecorderDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
break;
case kCloseCmd:
setResult(kRecordDialogClose);
break;
default:
Dialog::handleCommand(sender, cmd, data);
}
Expand Down

0 comments on commit 6e4217e

Please sign in to comment.