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 {
|
||||
index = 20;
|
||||
rd_rew_relos(head);
|
||||
cnt_relos = head->oh_nrelos;
|
||||
cnt_relos = head->oh_nrelo;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue