summaryrefslogtreecommitdiffstats
path: root/srUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'srUtils.c')
-rwxr-xr-xsrUtils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/srUtils.c b/srUtils.c
index 376a0d16..39219e10 100755
--- a/srUtils.c
+++ b/srUtils.c
@@ -153,6 +153,7 @@ int makeFileParentDirs(uchar *szFile, size_t lenFile, mode_t mode,
*p = '/';
}
free(pszWork);
+ return 0;
}
/*
* vi:set ai: