X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=29d4170df4ac251c32c0957c78f8753cf51d8b12;hp=6ac0a2200d353eae2f6935c2f864e1bafd91c799;hb=fc9279e818dfc96c63a5d75a89080cc68cfe1170;hpb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c diff --git a/uip/mhparam.c b/uip/mhparam.c index 6ac0a22..29d4170 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -98,6 +98,7 @@ static struct proc procs [] = { { "replgroupcomps", &replgroupcomps }, { "mhlformat", &mhlformat }, { "mhlreply", &mhlreply }, + { "scanformat", &scanformat }, { "#--Default-Sequence-Names--", &empty }, { "seq-all", &seq_all }, @@ -204,7 +205,7 @@ main(int argc, char **argv) components = compp > 1; for (i = 0; i < compp; i++) { - register char *value; + char *value; value = context_find(comps[i]); if (!value)