summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 934def4434..c6e76a965b 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -326,7 +326,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
326{ 326{
327 int ret; 327 int ret;
328 328
329 rb = api; // copy to global api pointer 329 rb = api; /* copy to global api pointer */
330 (void)parameter; 330 (void)parameter;
331 if (rb->global_settings->backlight_timeout > 0) 331 if (rb->global_settings->backlight_timeout > 0)
332 rb->backlight_set_timeout(1);/* keep the light on */ 332 rb->backlight_set_timeout(1);/* keep the light on */