From ab2996908b2b88ea0ae32cc3623ac4ee05a8c6bd Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Mon, 7 Jul 1997 08:21:08 +0000 Subject: fix typo ... i hope i got the right one (3 vs. 2) --- sys/arch/pmax/dev/dc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch') diff --git a/sys/arch/pmax/dev/dc.c b/sys/arch/pmax/dev/dc.c index 8b5712d7372..da0346fc622 100644 --- a/sys/arch/pmax/dev/dc.c +++ b/sys/arch/pmax/dev/dc.c @@ -1060,7 +1060,7 @@ dcscan(arg) dsr = MSR_DSR2; #ifdef HW_FLOW_CONTROL /*limit = (pmax_boardtype == DS_PMAX) ? 2 : 3;*/ - limit = (sc->dc_rtscts & (1 << 3)) :3 : 2; /*XXX*/ + limit = (sc->dc_rtscts & (1 << 3)) ? 3 : 2; /*XXX*/ #else limit = 2; #endif -- cgit v1.2.3