]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Dumb little spacing fix.
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 21 Sep 2011 21:08:06 +0000 (21:08 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 21 Sep 2011 21:08:06 +0000 (21:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@337344 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 5ab299d071baf337890643caca8a56b53975c0de..82d9a249fd73222c4a5c5af7c846a290acdef0e2 100644 (file)
@@ -3251,9 +3251,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)) {