Skip to content

Commit 9ba3b14

Browse files
committed
Merge branch 'jk/fix-attribute-macro-in-2.5' into HEAD
Code fixup. * jk/fix-attribute-macro-in-2.5: remote.c: spell __attribute__ correctly
2 parents 777dec6 + 060e776 commit 9ba3b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ int branch_merge_matches(struct branch *branch,
16601660
return refname_match(branch->merge[i]->src, refname);
16611661
}
16621662

1663-
__attribute((format (printf,2,3)))
1663+
__attribute__((format (printf,2,3)))
16641664
static const char *error_buf(struct strbuf *err, const char *fmt, ...)
16651665
{
16661666
if (err) {

0 commit comments

Comments
 (0)