corrected comment message

This commit is contained in:
ceriel 1988-04-13 12:52:40 +00:00
parent ab00580d88
commit aa6c164e6f

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();
}