aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_client.c')
-rw-r--r--pseudo_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudo_client.c b/pseudo_client.c
index 128be50..8581c85 100644
--- a/pseudo_client.c
+++ b/pseudo_client.c
@@ -1872,7 +1872,7 @@ populate_path_segs(void) {
path_lens[c] = 0;
}
-char *
+const char *
pseudo_exec_path(const char *filename, int search_path) {
char *path = getenv("PATH");
char *candidate;