summaryrefslogtreecommitdiffstats
path: root/srUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'srUtils.c')
-rwxr-xr-xsrUtils.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/srUtils.c b/srUtils.c
index 35b437bd..590e7eff 100755
--- a/srUtils.c
+++ b/srUtils.c
@@ -291,7 +291,7 @@ rsRetVal genFileName(uchar **ppName, uchar *pDirName, size_t lenDirName, uchar *
*ppName = pName;
finalize_it:
- return iRet;
+ RETiRet;
}
/* get the number of digits required to represent a given number. We use an
@@ -337,8 +337,10 @@ timeoutComp(struct timespec *pt, int iTimeout)
void
mutexCancelCleanup(void *arg)
{
+ BEGINfunc
assert(arg != NULL);
d_pthread_mutex_unlock((pthread_mutex_t*) arg);
+ ENDfunc
}