bug fix for EM_MESARG

This commit is contained in:
ceriel 1987-01-26 14:04:33 +00:00
parent 80e4016778
commit bbb7022067

View File

@ -455,7 +455,7 @@ EM_mkcalls(line)
}
#endif
if (line->em_type == EM_MESARG) {
EM_docon(line->em_args);
EM_docon(line->em_arg);
break;
}
C_mes_end();