From affd985bf285f7441f6ebf126da864164a4025da Mon Sep 17 00:00:00 2001 From: twisted Date: Wed, 23 Nov 2005 05:03:42 +0000 Subject: issue #5826 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7188 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/indications.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/asterisk/indications.h b/include/asterisk/indications.h index 4ae0d2056..6b55d90aa 100755 --- a/include/asterisk/indications.h +++ b/include/asterisk/indications.h @@ -53,8 +53,8 @@ struct tone_zone { char country[5]; /* Country code */ char alias[5]; /* is this an alias? */ char description[40]; /* Description */ - int nrringcadance; /* # registered ringcadance elements */ - int *ringcadance; /* Ring cadence */ + int nrringcadence; /* # registered ringcadence elements */ + int *ringcadence; /* Ring cadence */ struct tone_zone_sound *tones; /* The known tones for this zone */ }; -- cgit v1.2.3