mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 17:55:34 +08:00
Fix misplaced bracket
This commit is contained in:
committed by
Klaus Basan
parent
b5ed7ccd0b
commit
868cae446a
@@ -505,6 +505,7 @@ gtemplate *extpdstemplate(g2int number,g2int *list)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if ( number == 51 ) {
|
else if ( number == 51 ) {
|
||||||
new->extlen=list[15]*11;
|
new->extlen=list[15]*11;
|
||||||
new->ext=(g2int *)malloc(sizeof(g2int)*new->extlen);
|
new->ext=(g2int *)malloc(sizeof(g2int)*new->extlen);
|
||||||
@@ -572,7 +573,6 @@ gtemplate *extpdstemplate(g2int number,g2int *list)
|
|||||||
for (i=0;i<list[15];i++) {
|
for (i=0;i<list[15];i++) {
|
||||||
new->ext[l+i]=1;
|
new->ext[l+i]=1;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return(new);
|
return(new);
|
||||||
|
|||||||
Reference in New Issue
Block a user