From 54fc29e319e05e6842a95d47c5e3416f3bb7bd2a Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 16 Nov 2005 21:31:34 +0000 Subject: [PATCH] gcc 4 fix. White-space after a \ character at the end of a line is ignored and the line concatenated with the next one -- making it a comment, too. Either a bug or a newly implemented feature. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14974 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../input_server/devices/keyboard/KeyboardInputDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp b/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp index c82f5fc33a..e93afdeaa8 100644 --- a/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp +++ b/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp @@ -95,7 +95,7 @@ const uint32 at_keycode_map[] = { 0x46, // ' 0x11, // ` 0x4b, // Left Shift - 0x33, // \ + 0x33, // \ (backslash -- note: don't remove non-white-space after BS char) 0x4c, // Z 0x4d, // X 0x4e, // C