X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d6c40507711ff6cc19c8fd3f28412845a33faf50..94e5f212f55d3f4dd6ce83edb6db823de7eb8cc7:/ui-diff.c diff --git a/ui-diff.c b/ui-diff.c index 5b6df1f..1cf2ce0 100644 --- a/ui-diff.c +++ b/ui-diff.c @@ -31,7 +31,7 @@ static struct fileinfo { unsigned int removed; unsigned long old_size; unsigned long new_size; - int binary:1; + unsigned int binary:1; } *items; static int use_ssdiff = 0; @@ -311,7 +311,7 @@ static void filepair_cb(struct diff_filepair *pair) cgit_ssdiff_footer(); } -void cgit_print_diff_ctrls() +void cgit_print_diff_ctrls(void) { int i, curr;