summaryrefslogtreecommitdiff
path: root/psdl.c
diff options
context:
space:
mode:
authorGravatar waker <waker@xps.localdomain>2009-07-04 20:08:10 +0200
committerGravatar waker <waker@xps.localdomain>2009-07-04 20:08:10 +0200
commit033c0a7c702e709ba0ddac5406712c403dd0440b (patch)
treeb76d7981b088466295f9409246d33567637a6022 /psdl.c
parent9107b42c99d6226c2f7dcfb63ba4a7d99036de26 (diff)
fixed mp3 playback
Diffstat (limited to 'psdl.c')
-rw-r--r--psdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psdl.c b/psdl.c
index 1e822022..386dee5c 100644
--- a/psdl.c
+++ b/psdl.c
@@ -76,7 +76,7 @@ psdl_free (void) {
int
psdl_play (struct playItem_s *it) {
- printf ("psdl_play\n");
+// printf ("psdl_play\n");
if (!it) {
return -1;
}