We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 777dec6 + 060e776 commit 9ba3b14Copy full SHA for 9ba3b14
1 file changed
remote.c
@@ -1660,7 +1660,7 @@ int branch_merge_matches(struct branch *branch,
1660
return refname_match(branch->merge[i]->src, refname);
1661
}
1662
1663
-__attribute((format (printf,2,3)))
+__attribute__((format (printf,2,3)))
1664
static const char *error_buf(struct strbuf *err, const char *fmt, ...)
1665
{
1666
if (err) {
0 commit comments