From c97a1aed74fc54176e0de66fc2b6bbe0767e8de6 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 May 2009 21:53:29 +0000 Subject: Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P) svn-id: r40872 --- backends/platform/ps2/rpckbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/ps2/rpckbd.c') diff --git a/backends/platform/ps2/rpckbd.c b/backends/platform/ps2/rpckbd.c index 8291df681a..0d37e4cfcb 100644 --- a/backends/platform/ps2/rpckbd.c +++ b/backends/platform/ps2/rpckbd.c @@ -58,7 +58,7 @@ int PS2KbdRead(char *key) int res; if ((!kbdInitialized) || (curr_readmode != PS2KBD_READMODE_NORMAL)) return -1; - + if (PollSema(kbdRpcSema) >= 0) { // last rpc call completed res = (rpcKey != 0); -- cgit v1.2.3