diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-02-22 19:44:05 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-02-22 19:44:05 +0000 |
| commit | 398b37124e870b3be69a03e5d89c5887204d6990 (patch) | |
| tree | 2f8da4ae1b5a47db97a298db5e6ffa916beed90b /apps/codecs/librm | |
| parent | c1bb06c3af4c5277e4a08c0084da86a69bc9d127 (diff) | |
| download | rockbox-398b37124e870b3be69a03e5d89c5887204d6990.zip rockbox-398b37124e870b3be69a03e5d89c5887204d6990.tar.gz rockbox-398b37124e870b3be69a03e5d89c5887204d6990.tar.bz2 rockbox-398b37124e870b3be69a03e5d89c5887204d6990.tar.xz | |
Remove all tabs within codec path.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24862 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/librm')
| -rw-r--r-- | apps/codecs/librm/rm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/librm/rm.c b/apps/codecs/librm/rm.c index d721ceb..a179688 100644 --- a/apps/codecs/librm/rm.c +++ b/apps/codecs/librm/rm.c @@ -430,7 +430,7 @@ int real_parse_header(int fd, RMContext *rmctx) read_uint32be(fd,&next_data_off); skipped += 4; if (!rmctx->nb_packets && (rmctx->flags & 4)) - rmctx->nb_packets = 3600 * 25; + rmctx->nb_packets = 3600 * 25; /*** * nb_packets correction : @@ -444,7 +444,7 @@ int real_parse_header(int fd, RMContext *rmctx) DEBUGF(" data_nb_packets = %d\n",rmctx->nb_packets); DEBUGF(" next DATA offset = %d\n",next_data_off); - header_end = 1; + header_end = 1; break; } if(header_end) break; |