fix the remaining TODOs in the source

This commit is contained in:
Andrew Kelley
2015-11-25 16:35:05 -07:00
parent e48717e091
commit 22421447fb
3 changed files with 3 additions and 17 deletions

View File

@@ -119,7 +119,7 @@ static int build(const char *arg0, const char *in_file, const char *out_file,
code_gen(codegen);
fprintf(stderr, "\nLink:\n");
fprintf(stderr, "------------------\n");
fprintf(stderr, "-------\n");
code_gen_link(codegen, out_file);
fprintf(stderr, "OK\n");