aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-21 02:46:47 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-21 02:46:47 +0000
commit22f86d46f27f76abdd0c47ec0fa0be2a500959e4 (patch)
tree05113d03e12fc47c2c56f33f1fd0b8f6111e1377 /apps
parent8e5c93f615ada7c116bd8f49e95b64a6c1218762 (diff)
could have sworn i committed this change already...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40726 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 60df5dcea..ed73f3288 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -396,15 +396,14 @@ static char odbc_table[80];
static char VM_SPOOL_DIR[PATH_MAX];
static char ext_pass_cmd[128];
-#ifdef ODBC_STORAGE
+
+#if ODBC_STORAGE
#define tdesc "Comedian Mail (Voicemail System) with ODBC Storage"
-#else
-#ifdef IMAP_STORAGE
+#elif IMAP_STORAGE
#define tdesc "Comedian Mail (Voicemail System) with IMAP Storage"
#else
#define tdesc "Comedian Mail (Voicemail System)"
#endif
-#endif
static char *addesc = "Comedian Mail";