X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=notes.h;h=9f59277c516f7ac78bcc66f91a7d7013b2a77f65;hb=d07ef715757ab1c2436c59adca92484fa46b2b41;hp=ee65bd1a2430d4af53f03fd2cc9faa916863408c;hpb=07b838f087a1535e387d5d4a1414b2b545b73265;p=git.git diff --git a/notes.h b/notes.h index ee65bd1a2..9f59277c5 100644 --- a/notes.h +++ b/notes.h @@ -212,7 +212,7 @@ void format_note(struct notes_tree *t, const unsigned char *object_sha1, struct string_list; struct display_notes_opt { - int suppress_default_notes:1; + unsigned int suppress_default_notes:1; struct string_list *extra_notes_refs; };