diff options
Diffstat (limited to '')
| -rw-r--r-- | ui-summary.c | 2 | 
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  	return full_path;  } -void cgit_print_repo_readme(char *path) +void cgit_print_repo_readme(const char *path)  {  	char *filename, *ref, *mimetype;  	int free_filename = 0; | 
