summaryrefslogtreecommitdiff
path: root/plugins/lastfm
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-07 11:59:40 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-07 11:59:40 +0100
commitcb1c3828de71185f02b21a69150f968d64412cc5 (patch)
tree383bbff3b0da9b627d11d55ba3880cbe12463b6d /plugins/lastfm
parente0cb4500dd05050e60414b7bb25d91f392435437 (diff)
parent1d259b115c302a23c6e2ccfe96b88e5135d033e7 (diff)
Merge branch 'master' into devel
Conflicts: Makefile.am configure.ac plugins/ffmpeg/ffmpeg.c plugins/gtkui/gtkui.c streamer.c
Diffstat (limited to 'plugins/lastfm')
-rw-r--r--plugins/lastfm/lastfm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index 28969561..a91e016a 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -23,8 +23,8 @@
#include <curl/curl.h>
#include "../../deadbeef.h"
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
#define LFM_TESTMODE 0
#define LFM_IGNORE_RULES 0