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,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
// JM: This is a very painful function to write, especially because
|
/* JM: This is a very painful function to write,
|
||||||
// we'll have to do it to all the drivers.
|
* especially because we'll have to do it to all
|
||||||
|
* the drivers.
|
||||||
|
*/
|
||||||
|
|
||||||
const char* config_get_input_driver_options(void)
|
const char* config_get_input_driver_options(void)
|
||||||
{
|
{
|
||||||
char *input_options;
|
char *input_options;
|
||||||
|
|
Loading…
Reference in New Issue