summaryrefslogtreecommitdiff
path: root/funcs/func_vmcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_vmcount.c')
-rw-r--r--funcs/func_vmcount.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/funcs/func_vmcount.c b/funcs/func_vmcount.c
index 6c98e72f6..889d210a1 100644
--- a/funcs/func_vmcount.c
+++ b/funcs/func_vmcount.c
@@ -2,7 +2,7 @@
* Asterisk -- An open source telephony toolkit.
*
* Copyright (c) 2006 Tilghman Lesher. All rights reserved.
- *
+ *
* Tilghman Lesher <asterisk-vmcount-func@the-tilghman.com>
*
* See http://www.asterisk.org for more information about
@@ -55,7 +55,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</parameter>
</syntax>
<description>
- <para>Count the number of voicemails in a specified mailbox, you could also specify
+ <para>Count the number of voicemails in a specified mailbox, you could also specify
the mailbox <replaceable>folder</replaceable>.</para>
<para>Example: <literal>exten => s,1,Set(foo=${VMCOUNT(125@default)})</literal></para>
</description>
@@ -85,7 +85,7 @@ static int acf_vmcount_exec(struct ast_channel *chan, const char *cmd, char *arg
}
snprintf(buf, len, "%d", ast_app_messagecount(args.vmbox, args.folder));
-
+
return 0;
}