diff options
Diffstat (limited to 'notes.h')
-rw-r--r-- | notes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |