Commit 3cb8660c by Gabriel Dos Reis Committed by Gabriel Dos Reis

* error.c (cp_error_at): Fix typo.

From-SVN: r54299
parent b2e2d0cc
2002-06-06 Gabriel Dos Reis <gdr@codesourcery.com>
* error.c (cp_error_at): Fix typo.
2002-06-04 Gabriel Dos Reis <gdr@codesourcery.com>
* error.c (cp_diagnostic_starter): Adjust call.
......
......@@ -2690,7 +2690,7 @@ cp_error_at VPARAMS ((const char *msgid, ...))
VA_FIXEDARG (ap, const char *, msgid);
diagnostic_set_info (&diagnostic, msgid, &ap,
cp_file_of (here), cp_line_of (here), DK_WARNING);
cp_file_of (here), cp_line_of (here), DK_ERROR);
report_diagnostic (&diagnostic);
VA_CLOSE (ap);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment