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 60b6e4743e..a077c957a7 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -89,7 +89,7 @@ static char *fmtstr[] =
89char *fmt_gain(int snd, int val, char *str, int len) 89char *fmt_gain(int snd, int val, char *str, int len)
90{ 90{
91 int tmp, i, d, numdec; 91 int tmp, i, d, numdec;
92 char *unit; 92 const char *unit;
93 93
94 tmp = mpeg_val2phys(snd, val); 94 tmp = mpeg_val2phys(snd, val);
95 numdec = mpeg_sound_numdecimals(snd); 95 numdec = mpeg_sound_numdecimals(snd);