diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-04 18:15:06 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-04 18:15:06 +0000 |
commit | 4f87abf90af67d23582156343ef7dbd66cd18aa8 (patch) | |
tree | 68109cb9147d7767f64e2ee5de150f609fea82fa /apps/mpeg.c | |
parent | 23e28f2b0c871912f9f23993e754db3637b92f0e (diff) |
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.c | 2 |
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) if(num_bytes < 0) num_bytes += audiobuflen; - return num_bytes;; + return num_bytes; } else return num_rec_bytes; |