Corrected syntax error
This commit is contained in:
parent
0331b0a1e2
commit
c6f26eff9e
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ startrelo(head)
|
||||||
else {
|
else {
|
||||||
index = 20;
|
index = 20;
|
||||||
rd_rew_relos(head);
|
rd_rew_relos(head);
|
||||||
cnt_relos = head->oh_nrelos;
|
cnt_relos = head->oh_nrelo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue