diff options
Diffstat (limited to 'ui-log.c')
-rw-r--r-- | ui-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -362,7 +362,7 @@ static char *next_token(char **src) | |||
362 | } | 362 | } |
363 | 363 | ||
364 | void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern, | 364 | void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern, |
365 | char *path, int pager, int commit_graph, int commit_sort) | 365 | const char *path, int pager, int commit_graph, int commit_sort) |
366 | { | 366 | { |
367 | struct rev_info rev; | 367 | struct rev_info rev; |
368 | struct commit *commit; | 368 | struct commit *commit; |