From 99904c75f7ee1915aecf7e04b27bae730e8d725a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 14 Jan 2000 15:54:45 +0000 Subject: [PATCH] Make this compile - missing ")"; --- sys/dev/ppbus/ppi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);