summaryrefslogtreecommitdiff
path: root/paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'paths.c')
-rw-r--r--paths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/paths.c b/paths.c
index 9f7afbd..6f1cd5b 100644
--- a/paths.c
+++ b/paths.c
@@ -102,7 +102,7 @@ void get_initial_browse_path(char **dst)
tern_free(vars);
}
-char *path_append(char *base, char *suffix)
+char *path_append(const char *base, const char *suffix)
{
if (!strcmp(suffix, "..")) {
#ifdef _WIN32