Fix missing spaces in tools/compile

This commit is contained in:
K. Lange 2024-02-12 12:05:26 +09:00
parent 22e550ee67
commit fbf1b09514

View File

@ -323,7 +323,7 @@ static int doSecondPass(FILE * out) {
break;
}
fprintf(stderr,
"Invalid object found in constants table,"
"Invalid object found in constants table, "
"this marashal format can not store '%s'\n",
krk_typeName(*val));
return 1;
@ -341,7 +341,7 @@ static int doSecondPass(FILE * out) {
break;
}
fprintf(stderr,
"Invalid value found in constants table,"
"Invalid value found in constants table, "
"this marashal format can not store '%s'\n",
krk_typeName(*val));
return 1;