From e2f8217d83afb99178de7e2c10afb4a893549ba6 Mon Sep 17 00:00:00 2001 From: John Grub Date: Sat, 14 Jun 2014 17:25:09 -0700 Subject: [PATCH] fix build need another #endif here to go along with the new #ifdef --- input/input_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/input/input_common.c b/input/input_common.c index 0dd945aa48..85e4273a5a 100644 --- a/input/input_common.c +++ b/input/input_common.c @@ -82,6 +82,7 @@ static const rarch_joypad_driver_t *joypad_drivers[] = { #endif #ifdef __QNX__ &qnx_joypad, +#endif #endif NULL, };