]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
........
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 21 Sep 2011 21:09:15 +0000 (21:09 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 21 Sep 2011 21:09:15 +0000 (21:09 +0000)
Dumb little spacing fix.
........
Merged revisions 337344 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@337345 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 487d0e00552e8bc3d8f70d6584a5d84612535731..073ab17e1da6f902922202c893f0258e5878820d 100644 (file)
@@ -3245,9 +3245,9 @@ static void check_quota(struct vm_state *vms, char *mailbox) {
 #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)) {