Skip to content

Commit

Permalink
fix build after f1d78b3
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Oct 20, 2011
1 parent f818ae9 commit bc49ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/peripherals/devices/PeripheralCecAdapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ void CPeripheralCecAdapter::ProcessNextCommand(void)
command.parameters.size == 1 &&
command.parameters[0] == CEC_DESK_CONTROL_MODE_STOP)
{
g_application.getApplicationMessenger().MediaStop(false);
g_application.getApplicationMessenger().MediaStop();
}
break;
case CEC_OPCODE_PLAY:
Expand Down

0 comments on commit bc49ac0

Please sign in to comment.