corrected comment message

This commit is contained in:
ceriel 1988-04-13 12:52:40 +00:00
parent cdda84eaab
commit 24d7026a7a

View file

@ -10,5 +10,6 @@ C_ms_com(str)
char *str;
{
C_mes_begin(ms_com);
C_scon(str, (arith) (strlen(str) + 1));
C_mes_end();
}