From 95f0dafe6dd47e81297dd05c5e4962127da4ca26 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 18 May 2011 08:42:47 +0200 Subject: [PATCH] sbc: Fix empty parameter list in usage() declaration --- sbc/sbctester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbc/sbctester.c b/sbc/sbctester.c index b1e360857..c08c22ab1 100644 --- a/sbc/sbctester.c +++ b/sbc/sbctester.c @@ -245,7 +245,7 @@ static int check_absolute_diff(SNDFILE * sndref, SF_INFO * infosref, return verdict; } -static void usage() +static void usage(void) { printf("SBC conformance test ver %s\n", VERSION); printf("Copyright (c) 2007-2010 Marcel Holtmann\n"); -- 2.47.3