From 9eba0d7173cc8f169331966e898fe4ae24a82492 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Tue, 5 Sep 2006 16:33:30 +0000 Subject: A few minor changes to match upstream svn. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10890 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/ogg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/Tremor/ogg.h') diff --git a/apps/codecs/Tremor/ogg.h b/apps/codecs/Tremor/ogg.h index e6c78da95e..5f85eb420f 100644 --- a/apps/codecs/Tremor/ogg.h +++ b/apps/codecs/Tremor/ogg.h @@ -191,7 +191,7 @@ static inline long oggpack_look(oggpack_buffer *b, int bits){ if(bits+b->headbit < b->headend<<3){ extern const unsigned long oggpack_mask[]; unsigned long m=oggpack_mask[bits]; - unsigned long ret=0; + unsigned long ret=-1; bits+=b->headbit; ret=b->headptr[0]>>b->headbit; -- cgit v1.2.3