summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index e06923c582..fc7a18ef31 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -232,7 +232,6 @@ void statusbar_icon_volume(int percent)
232 else { 232 else {
233 if (last_volume != volume) { 233 if (last_volume != volume) {
234 switch_tick = current_tick + HZ; 234 switch_tick = current_tick + HZ;
235 last_volume = volume;
236 } 235 }
237 236
238 /* display volume level numerical? */ 237 /* display volume level numerical? */
@@ -258,6 +257,7 @@ void statusbar_icon_volume(int percent)
258 } 257 }
259 } 258 }
260 } 259 }
260 last_volume = volume;
261} 261}
262 262
263/* 263/*