From 9cf1b96e9585fcb57dce9c81e70c49d4ea35abe6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 11 Apr 2015 01:20:52 +0200 Subject: [PATCH] Buildfix for input_keymaps.c --- input/input_keymaps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input_keymaps.c b/input/input_keymaps.c index f8154b9ccb..2d4294d686 100644 --- a/input/input_keymaps.c +++ b/input/input_keymaps.c @@ -705,7 +705,7 @@ const struct rarch_key_map rarch_key_map_rwebinput[] = { { 0, RETROK_UNKNOWN }, }; #endif -_ + #ifdef __linux__ const struct rarch_key_map rarch_key_map_linux[] = { { KEY_BACKSPACE, RETROK_BACKSPACE },