make get_key() result const char *, so that it is not modified
This commit is contained in:
@@ -439,7 +439,7 @@ CFontz633_flush (Driver *drvthis)
|
||||
/*
|
||||
* Return one char from the KeyRing
|
||||
*/
|
||||
MODULE_EXPORT char *
|
||||
MODULE_EXPORT const char *
|
||||
CFontz633_get_key (Driver *drvthis)
|
||||
{
|
||||
// PrivateData *p = drvthis->private_data;
|
||||
|
||||
Reference in New Issue
Block a user