forked from qt-creator/qt-creator
Removed two stray backslashes
This commit is contained in:
@@ -1626,7 +1626,7 @@ bool Parser::parseBaseClause(BaseSpecifierAST *&node)
|
||||
|
||||
if (parseBaseSpecifier(*ast)) {
|
||||
(*ast)->comma_token = comma_token;
|
||||
ast = &(*ast)->next;\
|
||||
ast = &(*ast)->next;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user