[zaptel-commits] tzafrir: branch 1.4 r3460 - /branches/1.4/zaptel-base.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Dec 13 09:55:53 CST 2007
Author: tzafrir
Date: Thu Dec 13 09:55:52 2007
New Revision: 3460
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3460
Log:
Convert a constant '0' return value to a void. From #10851 .
Modified:
branches/1.4/zaptel-base.c
Modified: branches/1.4/zaptel-base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel-base.c?view=diff&rev=3460&r1=3459&r2=3460
==============================================================================
--- branches/1.4/zaptel-base.c (original)
+++ branches/1.4/zaptel-base.c Thu Dec 13 09:55:52 2007
@@ -1068,12 +1068,11 @@
}
-static int tone_zone_init(void)
+static void tone_zone_init(void)
{
int x;
for (x=0;x<ZT_TONE_ZONE_MAX;x++)
tone_zones[x] = NULL;
- return 0;
}
static int free_tone_zone(int num)
More information about the zaptel-commits
mailing list