about summary refs log tree commit diff stats
path: root/ui-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-summary.c')
-rw-r--r--ui-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-summary.c b/ui-summary.c index 8e81ac4..947812a 100644 --- a/ui-summary.c +++ b/ui-summary.c
@@ -99,7 +99,7 @@ static char* append_readme_path(const char *filename, const char *ref, const cha
99 return full_path; 99 return full_path;
100} 100}
101 101
102void cgit_print_repo_readme(char *path) 102void cgit_print_repo_readme(const char *path)
103{ 103{
104 char *filename, *ref, *mimetype; 104 char *filename, *ref, *mimetype;
105 int free_filename = 0; 105 int free_filename = 0;