summaryrefslogtreecommitdiff
path: root/apps/mpeg.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-03-04 18:15:06 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-03-04 18:15:06 +0000
commit4f87abf90af67d23582156343ef7dbd66cd18aa8 (patch)
tree68109cb9147d7767f64e2ee5de150f609fea82fa /apps/mpeg.c
parent23e28f2b0c871912f9f23993e754db3637b92f0e (diff)
downloadrockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.tar.gz
rockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.zip
Cosmetic fix: remove duplicate semicolons
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20198 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/mpeg.c')
-rw-r--r--apps/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c
index dcccb98d17..cde72ab54f 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -2554,7 +2554,7 @@ unsigned long audio_num_recorded_bytes(void)
2554 if(num_bytes < 0) 2554 if(num_bytes < 0)
2555 num_bytes += audiobuflen; 2555 num_bytes += audiobuflen;
2556 2556
2557 return num_bytes;; 2557 return num_bytes;
2558 } 2558 }
2559 else 2559 else
2560 return num_rec_bytes; 2560 return num_rec_bytes;