]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-repolist.c
global: make 'char *path' const where possible
[cgit.git] / ui-repolist.c
index 41424c0881dee009816a3effc75ef1d116f06955..7cf763891fcc069262476ac9bca153495f907efc 100644 (file)
@@ -11,7 +11,7 @@
 #include "html.h"
 #include "ui-shared.h"
 
-static time_t read_agefile(char *path)
+static time_t read_agefile(const char *path)
 {
        time_t result;
        size_t size;