summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_sse.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/dct64_sse.c')
-rw-r--r--mp3lib/dct64_sse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c
index 2827f2c1b1..c2270ba9be 100644
--- a/mp3lib/dct64_sse.c
+++ b/mp3lib/dct64_sse.c
@@ -421,4 +421,3 @@ void dct64_sse(short *out0,short *out1,real *c)
#endif
out1[0] = out0[0];
}
-