summaryrefslogtreecommitdiff
path: root/apps/mp3data.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mp3data.c')
-rw-r--r--apps/mp3data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mp3data.c b/apps/mp3data.c
index 4809708..c0279a7 100644
--- a/apps/mp3data.c
+++ b/apps/mp3data.c
@@ -88,8 +88,8 @@ static const unsigned short freq_table[3][3] =
unsigned long bytes2int(unsigned long b0,
unsigned long b1,
- unsigned long b2,
- unsigned long b3)
+ unsigned long b2,
+ unsigned long b3)
{
return (((long)(b0 & 0xFF) << (3*8)) |
((long)(b1 & 0xFF) << (2*8)) |