diff options
Diffstat (limited to 'ui-diff.c')
-rw-r--r-- | ui-diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-diff.c b/ui-diff.c index 5b6df1f..8eff178 100644 --- a/ui-diff.c +++ b/ui-diff.c | |||
@@ -311,7 +311,7 @@ static void filepair_cb(struct diff_filepair *pair) | |||
311 | cgit_ssdiff_footer(); | 311 | cgit_ssdiff_footer(); |
312 | } | 312 | } |
313 | 313 | ||
314 | void cgit_print_diff_ctrls() | 314 | void cgit_print_diff_ctrls(void) |
315 | { | 315 | { |
316 | int i, curr; | 316 | int i, curr; |
317 | 317 | ||