summaryrefslogtreecommitdiff
path: root/apps/plugins/starfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/starfield.c')
-rw-r--r--apps/plugins/starfield.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/starfield.c b/apps/plugins/starfield.c
index 032b6acf7c..388d59bb9d 100644
--- a/apps/plugins/starfield.c
+++ b/apps/plugins/starfield.c
@@ -267,7 +267,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
267{ 267{
268 int ret; 268 int ret;
269 269
270 rb = api; // copy to global api pointer 270 rb = api; /* copy to global api pointer */
271 (void)parameter; 271 (void)parameter;
272 if (rb->global_settings->backlight_timeout > 0) 272 if (rb->global_settings->backlight_timeout > 0)
273 rb->backlight_set_timeout(1);/* keep the light on */ 273 rb->backlight_set_timeout(1);/* keep the light on */
@@ -277,4 +277,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
277 return ret; 277 return ret;
278} 278}
279 279
280#endif // #ifdef HAVE_LCD_BITMAP 280#endif /* #ifdef HAVE_LCD_BITMAP */