diff options
Diffstat (limited to 'src/codegen.cpp')
| -rw-r--r-- | src/codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp index 15eac33683..1e8dd76a6f 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -5021,7 +5021,7 @@ void codegen_parsec(CodeGen *g, Buf *full_path) { ZigList<ErrorMsg *> errors = {0}; int err = parse_h_file(import, &errors, buf_ptr(full_path), g, nullptr); if (err) { - fprintf(stderr, "unable to parse .h file: %s\n", err_str(err)); + fprintf(stderr, "unable to parse C file: %s\n", err_str(err)); exit(1); } |
