fix build

need another #endif here to go along with the new #ifdef
This commit is contained in:
John Grub 2014-06-14 17:25:09 -07:00
parent 7b3f0059bc
commit e2f8217d83
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ static const rarch_joypad_driver_t *joypad_drivers[] = {
#endif #endif
#ifdef __QNX__ #ifdef __QNX__
&qnx_joypad, &qnx_joypad,
#endif
#endif #endif
NULL, NULL,
}; };