summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 374583cc21..6c52adf5d3 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1844,7 +1844,7 @@ rec_abort:
1844#endif 1844#endif
1845 1845
1846 settings_save(); 1846 settings_save();
1847 pop_current_activity(ACTIVITY_REFRESH_NOW); 1847 pop_current_activity();
1848 return (rec_status & RCSTAT_BEEN_IN_USB_MODE) != 0; 1848 return (rec_status & RCSTAT_BEEN_IN_USB_MODE) != 0;
1849} /* recording_screen */ 1849} /* recording_screen */
1850 1850