summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2011-05-18 08:42:46 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-05-18 09:05:55 -0700
commit8af5f43a6988e8f9eb2df0d43decfde23a168980 (patch)
tree5c18f3215e028219c062ed0eb84a96f5b90a8f0e /test
parent9480e8c70648b8224a12c0866d99e39299a346f4 (diff)
Fix empty parameter list in functions declarations
Diffstat (limited to 'test')
-rw-r--r--test/avtest.c2
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"