Corrected syntax error
authorceriel <none@none>
Thu, 29 Jan 1987 09:43:40 +0000 (09:43 +0000)
committerceriel <none@none>
Thu, 29 Jan 1987 09:43:40 +0000 (09:43 +0000)
util/led/scan.c

index e9d87ae..d44cf34 100644 (file)
@@ -509,7 +509,7 @@ startrelo(head)
        else {
                index = 20;
                rd_rew_relos(head);
-               cnt_relos = head->oh_nrelos;
+               cnt_relos = head->oh_nrelo;
        }
 }