From 1bc23d416ce49d401cf20619006859f5b04b851f Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Mon, 10 May 2004 13:16:09 +0000
Subject: [PATCH] Fix missing semicolons in sample configurations (bug #1596)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2941 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/queues.conf.sample | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 75dabab540..bfa3fa614c 100755
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -71,12 +71,12 @@
 ; Use these sound files in making position/holdtime announcements.  The
 ; defaults are as listed below -- change only if you need to.
 ;
-;queue-youarenext = queue-youarenext		("You are now first in line.")
-;queue-thereare	= queue-thereare		("There are")
-;queue-callswaiting = queue-callswaiting	("calls waiting.")
-;queue-holdtime = queue-holdtime		("The current est. holdtime is")
-;queue-minutes = queue-minutes			("minutes.")
-;queue-thankyou = queue-thankyou		("Thank you for your patience.")
+;queue-youarenext = queue-youarenext		;	("You are now first in line.")
+;queue-thereare	= queue-thereare		;	("There are")
+;queue-callswaiting = queue-callswaiting	;	("calls waiting.")
+;queue-holdtime = queue-holdtime		;	("The current est. holdtime is")
+;queue-minutes = queue-minutes			;	("minutes.")
+;queue-thankyou = queue-thankyou		;	("Thank you for your patience.")
 ;
 ; Calls may be recorded using Asterisk's monitor resource
 ; This can be enabled from within the Queue application, starting recording
-- 
GitLab