diff options
Diffstat (limited to 'gcc/attribs.c')
-rw-r--r-- | gcc/attribs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/attribs.c b/gcc/attribs.c index 5ae462e7287..9f2f50bdfd9 100644 --- a/gcc/attribs.c +++ b/gcc/attribs.c @@ -192,7 +192,7 @@ init_attributes (void) /* Insert a single ATTR into the attribute table. */ void -register_attribute (const struct attribute_spec *attr) +register_attribute (const struct attribute_spec *attr) { struct substring str; void **slot; |