From e872bf69beb6ab3e4eb93f18159ec7d8bdb3c33b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 12 Nov 2014 14:34:48 +0100 Subject: [PATCH] Use C-style comments --- driver.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/driver.c b/driver.c index 90b0148641..c0d564696a 100644 --- a/driver.c +++ b/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;