Use C-style comments
This commit is contained in:
parent
4d5c7a05d1
commit
e872bf69be
7
driver.c
7
driver.c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue