aboutsummaryrefslogtreecommitdiffstats
path: root/filescan-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'filescan-utils.c')
-rw-r--r--filescan-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filescan-utils.c b/filescan-utils.c
index 2ac67fd..a36969b 100644
--- a/filescan-utils.c
+++ b/filescan-utils.c
@@ -123,7 +123,7 @@ PUBLIC const char *GetBinderName() {
return binderName;
}
-PUBLIC const char *GetBindingDirPath()
+PUBLIC char *GetBindingDirPath()
{
// A file description should not be greater than 999.999.999
char fd_link[CONTROL_MAXPATH_LEN];