Remove return at end of function.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 11 Sep 2009 11:33:04 +0000 (11:33 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 11 Sep 2009 11:33:04 +0000 (11:33 +0000)
[r26521]

parser.c

index 6e2685b..8378e7e 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -3408,7 +3408,6 @@ warn_about_long_long:
 
 end_error:
        specifiers->type = type_error_type;
-       return;
 }
 
 static type_qualifiers_t parse_type_qualifiers(void)