fix linux compile

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4598 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2009-11-21 21:03:30 +00:00
parent 32c74c6481
commit 7fa29f0b66
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ u8 CWII_IPC_HLE_Device_usb_kbd::m_KeyCodesQWERTY[256] = {
0
};
u8 m_KeyCodesAZERTY[256] = {
u8 CWII_IPC_HLE_Device_usb_kbd::m_KeyCodesAZERTY[256] = {
0
};
#elif defined __APPLE__