make get_key() result const char *, so that it is not modified
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ drivers_backlight( int brightness );
|
||||
void
|
||||
drivers_output( int state );
|
||||
|
||||
char *
|
||||
const char *
|
||||
drivers_get_key();
|
||||
|
||||
extern LinkedList * loaded_drivers;
|
||||
|
||||
Reference in New Issue
Block a user