cosmetic changes to a few drivers: keep functions not in the 0.5 API private

This commit is contained in:
marschap
2005-07-25 17:05:39 +00:00
parent d0b137d5a5
commit 3e1ed65a12
6 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -1253,7 +1253,7 @@ MtxOrb_get_key (Driver *drvthis)
if (fds[0].revents == 0) { return NULL; }
(void) read (p->fd, &in, 1);
report(RPT_INFO, "MtxOrb: getkey: key X %i", in);
report(RPT_INFO, "MtxOrb: get_key: key X %i", in);
if ( 0 == in ) {
debug( RPT_INFO, "MtxOrb_get_key: in=>%d\n", in );