From c01fc0ee036f173da30bf0e74afa2f3fcfd025b2 Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@icir.org>
Date: Wed, 29 Mar 2006 20:09:10 +0000
Subject: [PATCH] the comment character is ';' not '#' ...

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

diff --git a/configs/oss.conf.sample b/configs/oss.conf.sample
index 4227f7f9f3..f2f90d3b5b 100644
--- a/configs/oss.conf.sample
+++ b/configs/oss.conf.sample
@@ -1,6 +1,6 @@
-#
-# Automatically generated from ../channels/chan_oss.c
-#
+;
+; Automatically generated from ../channels/chan_oss.c
+;
 
 [general]
     ; General config options, with default values shown.
-- 
GitLab