Fix misplaced bracket

This commit is contained in:
Roland Winklmeier
2018-08-07 14:35:25 +02:00
committed by Klaus Basan
parent b5ed7ccd0b
commit 868cae446a

View File

@@ -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);