summaryrefslogtreecommitdiff
path: root/cmp3.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-10 22:13:34 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-10 22:13:34 +0200
commit06a93606f6599e87c2522a2a8feca44efff2bdb0 (patch)
treeda8305f56524e341cf95010e2ecefe73a157102c /cmp3.c
parentd5e43cdbf7826c3cd790fcf2a337995e8fc8c46d (diff)
visual improvements
Diffstat (limited to 'cmp3.c')
-rw-r--r--cmp3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmp3.c b/cmp3.c
index 01d3910b..228b9525 100644
--- a/cmp3.c
+++ b/cmp3.c
@@ -62,7 +62,6 @@ cmp3_scan_stream2 (float position);
int
cmp3_init (struct playItem_s *it) {
- printf ("opening file %s\n", it->fname);
buffer.file = fopen (it->fname, "rb");
if (!buffer.file) {
return -1;