From b4a0e2a8bbabdd371ec5f8367ca45b23bdbc5dec Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Tue, 14 Mar 2006 07:09:57 +0000
Subject: [PATCH] - Formatting fix in musiconhold - One extra doxygen comment
 in res_features

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 res/res_features.c    | 1 +
 res/res_musiconhold.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/res/res_features.c b/res/res_features.c
index ed90aef2c6..dab6376558 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1451,6 +1451,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
 	return res;
 }
 
+/*! \brief Take care of parked calls and unpark them if needed */
 static void *do_parking_thread(void *ignore)
 {
 	int ms, tms, max;
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 9b61264bba..bca584db0c 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -950,7 +950,7 @@ static int load_moh_classes(int reload)
 						class->format = AST_FORMAT_SLINEAR;
 					}
 				}
-					var = var->next;
+				var = var->next;
 			}
 
 			if (ast_strlen_zero(class->dir)) {
-- 
GitLab