summaryrefslogtreecommitdiff
path: root/apps/plugins/credits.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/credits.c')
-rw-r--r--apps/plugins/credits.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c
index a05b44c20d..8f86c7626b 100644
--- a/apps/plugins/credits.c
+++ b/apps/plugins/credits.c
@@ -331,10 +331,8 @@ static void roll_credits(void)
331 rb->lcd_putsxy(CREDITS_TARGETPOS, 0, elapsednames); 331 rb->lcd_putsxy(CREDITS_TARGETPOS, 0, elapsednames);
332 332
333 for(i=0; i<NUM_VISIBLE_LINES; i++) 333 for(i=0; i<NUM_VISIBLE_LINES; i++)
334 { 334 rb->lcd_putsxyf(0, font_h*(i+1), "%s", credits[j+i]);
335 rb->snprintf(name, sizeof(name), "%s", credits[j+i]); 335
336 rb->lcd_putsxy(0, font_h*(i+1), name);
337 }
338 rb->lcd_update(); 336 rb->lcd_update();
339 337
340 rb->yield(); 338 rb->yield();