diff options
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index e6e6345831..422c40b678 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -13459,7 +13459,7 @@ static TypeTableEntry *ir_analyze_instruction_c_import(IrAnalyze *ira, IrInstruc int err; if ((err = parse_h_buf(child_import, &errors, &cimport_scope->buf, ira->codegen, node))) { - zig_panic("unable to parse h file: %s\n", err_str(err)); + zig_panic("unable to parse C file: %s\n", err_str(err)); } if (errors.length > 0) { |
