aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-15 20:20:05 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-15 20:20:05 +0000
commit53bec0c092e7b2d4cb017e988cc6eb11f80a92ad (patch)
treed4757aeda5e10058efce4464a392d306b8635b9f
parent47212b1162abf9d1ca498e4f241b6134c135ac43 (diff)
whitespace fix
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@286956 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index ebbedb1fb..2a5110562 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -5401,7 +5401,7 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st
valid_extensions = 0;
break;
}
- capacity = receiver->maxmsg - inprocess_count(receiver->mailbox, receiver->context, +1);
+ capacity = receiver->maxmsg - inprocess_count(receiver->mailbox, receiver->context, +1);
if ((newmsgs + oldmsgs) >= capacity) {
ast_log(LOG_NOTICE, "Mailbox '%s' is full with capacity of %d, prompting for another extension.\n", s, capacity);
res = ast_play_and_wait(chan, "vm-mailboxfull");