summaryrefslogtreecommitdiffstats
path: root/loader/qtx/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/list.c')
-rw-r--r--loader/qtx/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/qtx/list.c b/loader/qtx/list.c
index 86d71df267..feed23dc37 100644
--- a/loader/qtx/list.c
+++ b/loader/qtx/list.c
@@ -11,7 +11,7 @@
#include "qtxsdk/components.h"
#include "qtxsdk/select.h"
-char* get_path(char* x){ return strdup(x);}
+char* get_path(const char* x){ return strdup(x);}
void* LoadLibraryA(char* name);
void* GetProcAddress(void* handle,char* func);