From 3b9522a682e428455b25b1b7948488edcb742204 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 27 Sep 2016 12:35:00 +0200 Subject: [PATCH] example: fix prototype --- example/hfp_ag_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/hfp_ag_demo.c b/example/hfp_ag_demo.c index 551d91ddc..d95c86704 100644 --- a/example/hfp_ag_demo.c +++ b/example/hfp_ag_demo.c @@ -126,7 +126,7 @@ int deviceCount = 0; enum STATE {INIT, W4_INQUIRY_MODE_COMPLETE, ACTIVE} ; enum STATE state = INIT; -static void dump_supported_codecs(){ +static void dump_supported_codecs(void){ int i; printf("Supported codecs: "); for (i = 0; i < sizeof(codecs); i++){