make get_key() result const char *, so that it is not modified

This commit is contained in:
marschap
2006-04-06 13:25:14 +00:00
parent bc01f2e012
commit 743871cff3
36 changed files with 76 additions and 77 deletions
+2 -2
View File
@@ -348,12 +348,12 @@ drivers_output( int state )
}
char *
const char *
drivers_get_key()
{
/* Find the first input keystroke, if any */
Driver *drv;
char * keystroke;
const char * keystroke;
debug( RPT_DEBUG, "%s()", __FUNCTION__ );