Corrected syntax error

This commit is contained in:
ceriel 1987-01-29 09:43:40 +00:00
parent 0331b0a1e2
commit c6f26eff9e

View file

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