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 3926382daa..22c8da2a33 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -104,7 +104,7 @@ char *fmt_gain(int snd, int val, char *str, int len)
104 return str; 104 return str;
105} 105}
106 106
107int cursor; 107static int cursor;
108 108
109void adjust_cursor(void) 109void adjust_cursor(void)
110{ 110{