summaryrefslogtreecommitdiffstats
path: root/get_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'get_path.c')
-rw-r--r--get_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_path.c b/get_path.c
index 47b50da400..679b0632ed 100644
--- a/get_path.c
+++ b/get_path.c
@@ -18,7 +18,7 @@
#include <string.h>
#endif
-char *get_path(char *filename){
+char *get_path(const char *filename){
char *homedir;
char *buff;
#if defined(__MINGW32__)