summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 29d9f09f4..fd3512920 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -936,6 +936,7 @@ static int make_file(char *dest, int len, char *dir, int num)
/*! \brief basically mkdir -p $dest/$context/$ext/$folder
* \param dest String. base directory.
+ * \param len Length of dest.
* \param context String. Ignored if is null or empty string.
* \param ext String. Ignored if is null or empty string.
* \param folder String. Ignored if is null or empty string.