Skip to content

Commit

Permalink
Fixed extraneous ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepfl committed Feb 22, 2024
1 parent 766e623 commit 894d72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Sema/TypeCheckDeclPrimary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ static bool checkExpressionMacroDefaultValueRestrictions(ParamDecl *param) {
&ctx.Diags, SF->getExportedSourceFile(),
initExpr->getLoc().getOpaquePointerValue());
#else
ctx.Diags.diagnose(initExpr->getLoc(), diag::macro_unsupported));
ctx.Diags.diagnose(initExpr->getLoc(), diag::macro_unsupported);
return false;
#endif
}
Expand Down

0 comments on commit 894d72c

Please sign in to comment.