winex11.drv: Use consistent formatting in a TRACE().

This commit is contained in:
Austin English 2011-01-05 02:42:49 +00:00 committed by Alexandre Julliard
parent 62cd56ce81
commit 8ec262ef0d
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ static inline void KEYBOARD_UpdateOneState ( WORD vkey, WORD scan, int state, DW
if (!state) flags |= KEYEVENTF_KEYUP;
TRACE("Adjusting state for vkey %#.2X. State before %#.2x\n",
TRACE("Adjusting state for vkey %#.2x. State before %#.2x\n",
vkey, key_state_table[vkey & 0xff]);
/* Fake key being pressed inside wine */