aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_voicemail.c')
-rwxr-xr-xapps/app_voicemail.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 751cde0ff..2a6986280 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -1299,7 +1299,7 @@ yuck:
#else
static int count_messages(char *dir)
{
- // Find all .txt files - even if they are not in sequence from 0000
+ /* Find all .txt files - even if they are not in sequence from 0000 */
int vmcount = 0;
DIR *vmdir = NULL;
@@ -2214,12 +2214,10 @@ leave_vm_out:
return res;
}
-#ifdef USE_ODBC_STORAGE
-#endif
static void resequence_mailbox(char * dir)
{
- // we know max messages, so stop process when number is hit
+ /* we know max messages, so stop process when number is hit */
int x,dest;
char sfn[256];