diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2011-05-18 08:42:46 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-05-18 09:05:55 -0700 |
commit | 8af5f43a6988e8f9eb2df0d43decfde23a168980 (patch) | |
tree | 5c18f3215e028219c062ed0eb84a96f5b90a8f0e /test | |
parent | 9480e8c70648b8224a12c0866d99e39299a346f4 (diff) |
Fix empty parameter list in functions declarations
Diffstat (limited to 'test')
-rw-r--r-- | test/avtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/avtest.c b/test/avtest.c index 168326fc..541b3cdd 100644 --- a/test/avtest.c +++ b/test/avtest.c @@ -714,7 +714,7 @@ static void do_avctp_send(int sk, int invalid) dump_avctp_header(hdr); } -static void usage() +static void usage(void) { printf("avtest - Audio/Video testing ver %s\n", VERSION); printf("Usage:\n" |