summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/test_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 446bffb8a1..0e388ceaaa 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -618,6 +618,7 @@ static enum plugin_status test_track(char* filename)
618 618
619 /* Write an empty line to the log */ 619 /* Write an empty line to the log */
620 log_text("",true); 620 log_text("",true);
621 rb->backlight_on();
621 622
622exit: 623exit:
623 return res; 624 return res;