diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-04 05:17:48 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-04 05:17:48 +0000 |
| commit | 32ecc7a2e7ad05fa5768824b5ede23ac1a3faf91 (patch) | |
| tree | 0cfd6e6e87fec762097e3ef2b165cb7e31029817 /sys/dev/isp/isp_inline.h | |
| parent | 481dc61302bc0e813ebf037bf87c1a8dc47a4e93 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_inline.h')
| -rw-r--r-- | sys/dev/isp/isp_inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_inline.h b/sys/dev/isp/isp_inline.h index 17d998d66c2f..1c9acb72744d 100644 --- a/sys/dev/isp/isp_inline.h +++ b/sys/dev/isp/isp_inline.h @@ -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"); } |
