summaryrefslogtreecommitdiff
path: root/formats/format_pcm_alaw.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_pcm_alaw.c')
-rwxr-xr-xformats/format_pcm_alaw.c2
1 files changed, 1 insertions, 1 deletions
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;