]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
could have sworn i committed this change already...
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 21 Aug 2006 02:46:47 +0000 (02:46 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 21 Aug 2006 02:46:47 +0000 (02:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40726 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 60df5dcead1e835a08825c1d3b301cf5e29aaaf7..ed73f3288a9f37b3b6ca18e3c427694e74594a85 100644 (file)
@@ -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";