Module: wine Branch: master Commit: 8ec262ef0def3e0f224a7e9217e157e4fe0ef8bc URL: http://source.winehq.org/git/wine.git/?a=commit;h=8ec262ef0def3e0f224a7e9217...
Author: Austin English austinenglish@gmail.com Date: Wed Jan 5 02:42:49 2011 +0000
winex11.drv: Use consistent formatting in a TRACE().
---
dlls/winex11.drv/keyboard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c index d6054d6..313ff3a 100644 --- a/dlls/winex11.drv/keyboard.c +++ b/dlls/winex11.drv/keyboard.c @@ -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 */