[asterisk-commits] tilghman: branch 1.8 r337344 - /branches/1.8/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 21 16:08:10 CDT 2011
Author: tilghman
Date: Wed Sep 21 16:08:06 2011
New Revision: 337344
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=337344
Log:
Dumb little spacing fix.
Modified:
branches/1.8/apps/app_voicemail.c
Modified: branches/1.8/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_voicemail.c?view=diff&rev=337344&r1=337343&r2=337344
==============================================================================
--- branches/1.8/apps/app_voicemail.c (original)
+++ branches/1.8/apps/app_voicemail.c Wed Sep 21 16:08:06 2011
@@ -3251,9 +3251,9 @@
#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)) {
More information about the asterisk-commits
mailing list