summaryrefslogtreecommitdiff
path: root/support/findme.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/findme.c')
-rw-r--r--support/findme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/findme.c b/support/findme.c
index 1cda62c5..4ba4950e 100644
--- a/support/findme.c
+++ b/support/findme.c
@@ -22,7 +22,7 @@
#include "findme.h"
-char * findProgramPath(char * argv0) {
+const char * findProgramPath(const char * argv0) {
char * path = getenv("PATH");
char * pathbuf;
char * start, * chptr;