diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:12:31 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:12:31 +0000 |
| commit | 5cebdcd06b73ebf957d52b6a7a048937b146c9cd (patch) | |
| tree | add76f949383e761edb4ba41880a7c6cae73ba08 /apps/codecs/lib/codeclib.h | |
| parent | 05778b501d7dfa0d6e55d779a577db9581774e2d (diff) | |
| download | rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.zip rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.gz rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.bz2 rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.xz | |
More tabs removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib/codeclib.h')
| -rw-r--r-- | apps/codecs/lib/codeclib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h index aeae5d6..517264f 100644 --- a/apps/codecs/lib/codeclib.h +++ b/apps/codecs/lib/codeclib.h @@ -97,7 +97,7 @@ static inline unsigned int bs_generic(unsigned int v, int mode) r &= 31; } else { r = 31 - r; - /* If mode is constant, this is a single conditional instruction */ + /* If mode is constant, this is a single conditional instruction */ if (mode & BS_0_0 && (signed)r < 0) r += 1; } |