summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 8bbaa27db2..d92bccb5b0 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -861,7 +861,7 @@ int radio_screen(void)
861 peak_meter_screen(&screens[i],0, 861 peak_meter_screen(&screens[i],0,
862 STATUSBAR_HEIGHT + fh*(top_of_screen + 4), fh); 862 STATUSBAR_HEIGHT + fh*(top_of_screen + 4), fh);
863 screens[i].update_rect(0, STATUSBAR_HEIGHT + fh*(top_of_screen + 4), 863 screens[i].update_rect(0, STATUSBAR_HEIGHT + fh*(top_of_screen + 4),
864 screens[i].width, fh); 864 screens[i].getwidth(), fh);
865 screens[i].set_viewport(NULL); 865 screens[i].set_viewport(NULL);
866 } 866 }
867 } 867 }