This commit is contained in:
twinaphex 2016-05-08 23:52:05 +02:00
parent dad33da9cf
commit e07bba66f3

View File

@ -902,7 +902,7 @@ bool input_driver_init_remote(void)
return true;
#else
return false
return false;
#endif
}