summaryrefslogtreecommitdiff
path: root/plugins/alac/demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/alac/demux.c')
-rw-r--r--plugins/alac/demux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/alac/demux.c b/plugins/alac/demux.c
index 77714530..cc1ac240 100644
--- a/plugins/alac/demux.c
+++ b/plugins/alac/demux.c
@@ -42,8 +42,8 @@
#include "stream.h"
#include "demux.h"
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
typedef struct
{