Update of /cvsroot/hp5400backend/hp5400/hp5400
In directory sc8-pr-cvs1:/tmp/cvs-serv439
Modified Files:
hp5400_scanner.c
Log Message:
Fix minor typo
Index: hp5400_scanner.c
===================================================================
RCS file: /cvsroot/hp5400backend/hp5400/hp5400/hp5400_scanner.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** hp5400_scanner.c 26 Feb 2003 15:24:29 -0000 1.4
--- hp5400_scanner.c 10 Mar 2003 11:13:23 -0000 1.5
***************
*** 227,231 ****
if (iHandle < 0) {
! DBG(DBG_ERR, "hp5400_command_write: invalid handle\n");
return -1;
}
--- 227,231 ----
if (iHandle < 0) {
! DBG(DBG_ERR, "hp5400_command_read: invalid handle\n");
return -1;
}
|