diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index bbccb671204..55ae173a02d 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -1089,7 +1089,7 @@ warn_extern_redeclared_static (tree newdecl, tree olddecl) return; /* If the old declaration was `static', or the new one isn't, then - then everything is OK. */ + everything is OK. */ if (DECL_THIS_STATIC (olddecl) || !DECL_THIS_STATIC (newdecl)) return; |