mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make this compile - missing ")";
This commit is contained in:
parent
c14cc40662
commit
99904c75f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue