Removed two stray backslashes

This commit is contained in:
Thorbjørn Lindeijer
2009-06-29 13:46:04 +02:00
parent e51811657b
commit 341a843bbf
2 changed files with 2 additions and 2 deletions

View File

@@ -1626,7 +1626,7 @@ bool Parser::parseBaseClause(BaseSpecifierAST *&node)
if (parseBaseSpecifier(*ast)) {
(*ast)->comma_token = comma_token;
ast = &(*ast)->next;\
ast = &(*ast)->next;
}
}
}