summaryrefslogtreecommitdiffstats
path: root/plugins/radio
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-16 15:38:27 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-16 15:38:27 +0100
commitf4df9160115470439d1820409126694d138cd7be (patch)
treecafdb70f5a01aeb19cc7c4feb7f665a480ccfb85 /plugins/radio
parentdcff5c07efce171084d19e9ddea6030f15b1a55b (diff)
En court
Diffstat (limited to 'plugins/radio')
-rw-r--r--plugins/radio/radio-api.c2
1 files changed, 1 insertions, 1 deletions
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;