Oops. Forgot a semicolon. Sorry, I usually test before I commit.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4974 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-01-28 01:46:46 +00:00
parent cc05d8928f
commit e780d844fb

View File

@ -663,7 +663,7 @@ void ReadLinuxKeyboard()
case ConfigureNotify:
case ClientMessage:
XPutBackEvent(WMdisplay, &E);
break
break;
default:
break;
}