Use C-style comments

This commit is contained in:
twinaphex 2014-11-12 14:34:48 +01:00
parent 4d5c7a05d1
commit e872bf69be
1 changed files with 5 additions and 2 deletions

View File

@ -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;