Corrected syntax error

This commit is contained in:
ceriel 1987-01-29 09:43:40 +00:00
parent 0230c5802d
commit 7c67bf5c93

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;
}
}