remove references to getkey(); refer to get_key() instead

This commit is contained in:
marschap
2006-04-06 14:17:00 +00:00
parent 9ca7733b7a
commit fdd4f531e4
+1 -1
View File
@@ -43,7 +43,7 @@ MODULE_EXPORT void MtxOrb_hbar (Driver * drvthis, int x, int y, int len, int pro
#define KEY_RIGHT 'A'
#define KEY_F1 'N'
/* TODO: add more if you've got any more ;) or correct the settings
* the actual translation is done in MtxOrb_getkey()
* the actual translation is done in MtxOrb_get_key()
*/
#endif