[asterisk-commits] tilghman: branch 10 r337345 - in /branches/10: ./ apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 21 16:09:19 CDT 2011
Author: tilghman
Date: Wed Sep 21 16:09:15 2011
New Revision: 337345
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=337345
Log:
........
Dumb little spacing fix.
........
Merged revisions 337344 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/10/ (props changed)
branches/10/apps/app_voicemail.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/apps/app_voicemail.c?view=diff&rev=337345&r1=337344&r2=337345
==============================================================================
--- branches/10/apps/app_voicemail.c (original)
+++ branches/10/apps/app_voicemail.c Wed Sep 21 16:09:15 2011
@@ -3245,9 +3245,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