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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index eca0221caf..f643b8442a 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -160,7 +160,7 @@ enum rec_status_flags
160 160
161static int rec_status = 0; 161static int rec_status = 0;
162 162
163bool in_recording_screen(void) 163bool in_recording_screen(void)
164{ 164{
165 return (rec_status & RCSTAT_IN_RECSCREEN) != 0; 165 return (rec_status & RCSTAT_IN_RECSCREEN) != 0;
166} 166}
@@ -640,7 +640,7 @@ char *rec_create_filename(char *buffer)
640 640
641#if CONFIG_RTC == 0 641#if CONFIG_RTC == 0
642/* Hit disk to get a starting filename for the type */ 642/* Hit disk to get a starting filename for the type */
643void rec_init_filename(void) 643static void rec_init_filename(void)
644{ 644{
645 file_number = -1; 645 file_number = -1;
646 rec_create_filename(path_buffer); 646 rec_create_filename(path_buffer);