aboutsummaryrefslogtreecommitdiffstats
path: root/HAL-afb/Unicens-USB/UnicensVol.c
diff options
context:
space:
mode:
Diffstat (limited to 'HAL-afb/Unicens-USB/UnicensVol.c')
-rw-r--r--HAL-afb/Unicens-USB/UnicensVol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/HAL-afb/Unicens-USB/UnicensVol.c b/HAL-afb/Unicens-USB/UnicensVol.c
index ab9787d..cf4f497 100644
--- a/HAL-afb/Unicens-USB/UnicensVol.c
+++ b/HAL-afb/Unicens-USB/UnicensVol.c
@@ -25,8 +25,8 @@
#include "hal-interface.h"
#include "audio-interface.h"
-STATIC struct json_object* MasterOnOff (alsaHalCtlMapT *control, void* handle, struct json_object *valJ) {
- struct json_object *reponseJ;
+STATIC json_object* MasterOnOff (alsaHalCtlMapT *control, void* handle, json_object *valJ) {
+ json_object *reponseJ;
AFB_INFO ("Power Set value=%s", json_object_get_string(valJ));