X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=attribute.c;h=1ea8f1d126f29a08c7c222c1bffa0a348036f590;hb=1c4f7c9f6ddb6c289ccab22a3795ebc6facfd518;hp=9e82f7988b0a1830b78b715440c292fdcc568b0e;hpb=f9b4f77078061f79e1007fb396eb3504859cbb88;p=cparser diff --git a/attribute.c b/attribute.c index 9e82f79..1ea8f1d 100644 --- a/attribute.c +++ b/attribute.c @@ -242,7 +242,7 @@ static void warn_arguments(const attribute_t *attribute) if (warning.other) { warningf(&attribute->source_position, - "attribute '%s' needs no attributes", + "attribute '%s' needs no arguments", get_attribute_name(attribute->kind)); } }