Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/fix-attribute-macro-in-2.5' into HEAD
author
Junio C Hamano
<gitster@pobox.com>
Wed, 18 May 2016 21:40:12 +0000
(14:40 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 18 May 2016 21:40:12 +0000
(14:40 -0700)
Code fixup.
* jk/fix-attribute-macro-in-2.5:
remote.c: spell __attribute__ correctly
remote.c
patch
|
blob
|
history
raw
(from parent 1:
777dec6
)
diff --git
a/remote.c
b/remote.c
index 28fd676acbbf4985422d74c9f1987dd0a5765039..ddc4f8fd4801f2ab211340d25d2528affa50a352 100644
(file)
--- a/
remote.c
+++ b/
remote.c
@@
-1660,7
+1660,7
@@
int branch_merge_matches(struct branch *branch,
return refname_match(branch->merge[i]->src, refname);
}
-__attribute((format (printf,2,3)))
+__attribute
__
((format (printf,2,3)))
static const char *error_buf(struct strbuf *err, const char *fmt, ...)
{
if (err) {