[PVS-Studio] Fix false positive extra parameters to wsprintf() in CmdBreakOpcode()

This commit is contained in:
michaelangel007 2015-07-30 07:29:20 -07:00
parent 2f645d68f4
commit 56c52beac9

View File

@ -938,8 +938,6 @@ Update_t CmdBreakOpcode (int nArgs) // Breakpoint IFF Full-speed!
// Show what the current break opcode is
wsprintf( sText, TEXT("%s full speed Break on Opcode: None")
, sAction
, g_iDebugBreakOnOpcode
, g_aOpcodes65C02[ g_iDebugBreakOnOpcode ].sMnemonic
);
else
// Show what the current break opcode is