oop, use PRINTF not printf in MI code

This commit is contained in:
mjacob 2000-01-04 05:17:48 +00:00
parent 27682aeaa7
commit 59326b98ed

View File

@ -291,7 +291,7 @@ isp_print_qentry(isp, msg, idx, arg)
for (j = 0; j < (QENTRY_LEN >> 2); j++) {
PRINTF(" %02x", ptr[amt++] & 0xff);
}
printf("\n ");
PRINTF("\n ");
}
PRINTF("\n");
}