summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/dct64.c')
-rw-r--r--mp3lib/dct64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp3lib/dct64.c b/mp3lib/dct64.c
index 54ac3c3d6a..514aa4fc65 100644
--- a/mp3lib/dct64.c
+++ b/mp3lib/dct64.c
@@ -321,4 +321,3 @@ void mp3lib_dct64(real *a,real *b,real *c)
real bufs[0x40];
dct64_1(a,b,bufs,bufs+0x20,c);
}
-