summaryrefslogtreecommitdiff
path: root/plugins/lastfm/lastfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lastfm/lastfm.c')
-rw-r--r--plugins/lastfm/lastfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index f6fbf7e2..9d11e8b5 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -46,7 +46,7 @@ static char lfm_submission_url[256];
static uintptr_t lfm_mutex;
static uintptr_t lfm_cond;
static int lfm_stopthread;
-static int lfm_tid;
+static intptr_t lfm_tid;
DB_plugin_t *
lastfm_load (DB_functions_t *api) {