From f4df9160115470439d1820409126694d138cd7be Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 16 Dec 2015 15:38:27 +0100 Subject: En court --- plugins/radio/radio-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/radio') diff --git a/plugins/radio/radio-api.c b/plugins/radio/radio-api.c index af8d480f..57e3872c 100644 --- a/plugins/radio/radio-api.c +++ b/plugins/radio/radio-api.c @@ -601,7 +601,7 @@ STATIC json_object* freeRadio () { STATIC json_object* power (AFB_request *request) { /* AFB_SESSION_CREATE */ - pluginHandleT *handle = request->client->plugin->handle; + pluginHandleT *handle = request->client->plugin->handle; radioCtxHandleT *ctx = (radioCtxHandleT*)request->client->ctx; const char *value = getQueryValue (request, "value"); json_object *jresp; -- cgit 1.2.3-korg