Merge branch 'jk/fix-attribute-macro-in-2.5'

Code fixup.

* jk/fix-attribute-macro-in-2.5:
  remote.c: spell __attribute__ correctly
This commit is contained in:
Junio C Hamano 2016-05-03 14:08:15 -07:00
Родитель 3944f903eb 060e7766ba
Коммит 643318913f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {