mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
Make this compile - missing ")";
This commit is contained in:
parent
c14cc40662
commit
99904c75f7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55977
@ -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 New Issue
Block a user