diff options
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r-- | gcc/cp/rtti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index a9a7cdbcea0..24ba0fd9b02 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -922,7 +922,7 @@ dfs_class_hint_mark (tree binfo, void *data) SET_CLASSTYPE_MARKED (basetype); } return NULL_TREE; -}; +} /* Clear the base's dfs marks, after searching for duplicate bases. */ |