diff options
author | peter <peter@FreeBSD.org> | 2000-01-14 15:54:45 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-14 15:54:45 +0000 |
commit | 06b8f5b4d106ec3b16973667f23d8b1e36716b8f (patch) | |
tree | 02d74a847febe821869eca3d664f619b7aa8e3c8 /sys/dev/ppbus | |
parent | 3c0d60caf90028ba99e25a33bc124f4b366038f6 (diff) | |
download | FreeBSD-src-06b8f5b4d106ec3b16973667f23d8b1e36716b8f.zip FreeBSD-src-06b8f5b4d106ec3b16973667f23d8b1e36716b8f.tar.gz |
Make this compile - missing ")";
Diffstat (limited to 'sys/dev/ppbus')
-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 0143654..74b3e76 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); |