diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-01-14 15:54:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-14 15:54:45 +0000 |
| commit | 99904c75f7ee1915aecf7e04b27bae730e8d725a (patch) | |
| tree | 41284a216cf43505cf085e7e8ee92462e1f221d6 /sys | |
| parent | c14cc40662068226d8584f0de330846ddcbfec49 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ppbus/ppi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index 01436543b167..74b3e76a2271 100644 --- a/sys/dev/ppbus/ppi.c +++ b/sys/dev/ppbus/ppi.c @@ -258,7 +258,7 @@ ppiintr(void *arg) break; default: #ifdef DEBUG_1284 - printf("?%d", ppb_1284_get_state(ppbus); + printf("?%d", ppb_1284_get_state(ppbus)); #endif ppb_1284_set_state(ppbus, PPB_FORWARD_IDLE); ppb_set_mode(ppbus, PPB_COMPATIBLE); |
