Add missing argument to error() call.

This commit is contained in:
pk 1996-04-01 22:41:16 +00:00
parent e184b31e47
commit 5a2722dd1e

View File

@ -571,7 +571,8 @@ decl_attributes (node, attributes, prefix_attributes)
format_kind = F_USER|F_SCAN;
else
{
error ("unrecognized format specifier for `%s'");
error_with_decl (decl,
"unrecognized format specifier for `%s'");
continue;
}