]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-atom.c
global: make 'char *path' const where possible
[cgit.git] / ui-atom.c
index 3866823b4baff1401b65ffb5987fc09e652b2963..cd66f82f082b9cc078584438d7864388e268013c 100644 (file)
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -83,7 +83,7 @@ static void add_entry(struct commit *commit, const char *host)
 }
 
 
-void cgit_print_atom(char *tip, char *path, int max_count)
+void cgit_print_atom(char *tip, const char *path, int max_count)
 {
        char *host;
        const char *argv[] = {NULL, tip, NULL, NULL, NULL};