From e6918cb42edd1edb1f4ead796042d95b6cd98f08 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sun, 30 Mar 2003 22:55:42 +0000 Subject: Merge hint patch, add new variables, and misc. PBX cleanups git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@722 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- formats/format_pcm_alaw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats/format_pcm_alaw.c') diff --git a/formats/format_pcm_alaw.c b/formats/format_pcm_alaw.c index c7e1ef749..129e292b3 100755 --- a/formats/format_pcm_alaw.c +++ b/formats/format_pcm_alaw.c @@ -64,7 +64,7 @@ static char *exts = "alaw|al"; /* Returns time in msec since system boot. */ -static unsigned long get_time() +static unsigned long get_time(void) { struct tms buf; clock_t cur; -- cgit v1.2.3