mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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 ) {
|
||||
new->extlen=list[15]*11;
|
||||
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++) {
|
||||
new->ext[l+i]=1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return(new);
|
||||
|
||||
Reference in New Issue
Block a user