summaryrefslogtreecommitdiff
path: root/plugins/lastfm/lastfm.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-04-05 20:20:43 +0200
committerGravatar waker <wakeroid@gmail.com>2012-04-05 20:20:43 +0200
commit721aae59d8d10a242850033f66ac5685ddb9e769 (patch)
tree059165b44cf04f5186bf1418ca8df6445f5693f5 /plugins/lastfm/lastfm.c
parente9ba53567e803341c14ed502b2e1934fb25e5296 (diff)
fixed few missing returns
Diffstat (limited to 'plugins/lastfm/lastfm.c')
-rw-r--r--plugins/lastfm/lastfm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index 377947ad..8ab6c5f8 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -896,12 +896,14 @@ lfm_action_lookup (DB_plugin_action_t *action, DB_playItem_t *it)
return 0;
system (command);
free (command);
+ return 0;
}
static int
lfm_action_love (DB_plugin_action_t *act, DB_playItem_t *it)
{
printf ("Love starts here\n");
+ return 0;
}
static DB_plugin_action_t love_action = {