summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2011-09-21 21:10:14 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2011-09-21 21:10:14 +0000
commit4730309675508b25df8a875b260cf9fe9fc6a73a (patch)
tree008692a56461754713965ef49f50ffd9388f7bf9
parent4310b5ad5994c52b50eab0e304362a7baa9a5cb7 (diff)
................
........ Dumb little spacing fix. ........ Merged revisions 337344 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ................ Merged revisions 337345 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@337346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--apps/app_voicemail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 487d0e005..073ab17e1 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -3245,9 +3245,9 @@ static void check_quota(struct vm_state *vms, char *mailbox) {
#endif /* IMAP_STORAGE */
/*! \brief Lock file path
- only return failure if ast_lock_path returns 'timeout',
- not if the path does not exist or any other reason
-*/
+ * only return failure if ast_lock_path returns 'timeout',
+ * not if the path does not exist or any other reason
+ */
static int vm_lock_path(const char *path)
{
switch (ast_lock_path(path)) {