Missed one zero

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2525 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-03-02 20:30:04 +00:00
parent 56becf28db
commit cee711bd5e
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ void WmSendAck(u16 _channelID, u8 _reportID, u32 address)
// ----------------
void WmReadData(u16 _channelID, wm_read_data* rd)
{
INFO_LOG(WII_IPC_WIIMOTE, 0, "===========================================================");
INFO_LOG(WII_IPC_WIIMOTE, "===========================================================");
u32 address = convert24bit(rd->address);
u16 size = convert16bit(rd->size);
std::string Temp;