Bug fix for dlb routines and C_ are now void

This commit is contained in:
ceriel
1993-11-10 14:22:26 +00:00
parent 4f3e07061e
commit 528112d9bd
3 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ char *str;
header( instr)
char *instr;
{
out( "%s%s", instr, C_instr_info->header);
out( "void %s%s", instr, C_instr_info->header);
def_admn( instr);
}