Use C-style comments

This commit is contained in:
twinaphex 2014-11-12 14:34:48 +01:00
parent 4d5c7a05d1
commit e872bf69be

View File

@ -189,8 +189,11 @@ static const input_driver_t *input_drivers[] = {
NULL,
};
// JM: This is a very painful function to write, especially because
// we'll have to do it to all the drivers.
/* JM: This is a very painful function to write,
* especially because we'll have to do it to all
* the drivers.
*/
const char* config_get_input_driver_options(void)
{
char *input_options;