From 7c67bf5c9343178fefd1a20b08fc30ba9724c1f7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 29 Jan 1987 09:43:40 +0000 Subject: [PATCH] Corrected syntax error --- util/led/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/led/scan.c b/util/led/scan.c index e9d87ae3..d44cf34f 100644 --- a/util/led/scan.c +++ b/util/led/scan.c @@ -509,7 +509,7 @@ startrelo(head) else { index = 20; rd_rew_relos(head); - cnt_relos = head->oh_nrelos; + cnt_relos = head->oh_nrelo; } }