summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-12 11:04:25 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-12 11:04:25 +0200
commitf7d5d195e8f5442adf0284bdb1c1f612a484761b (patch)
treed31f3c665e74e8c6a0d4b1c825cf87158dcebdf3 /playlist.c
parentb50208c96cc68f6ae1f20d1c4d250572fb0637c4 (diff)
fixed some warnings and .desktop
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index 288c5224..b24749ee 100644
--- a/playlist.c
+++ b/playlist.c
@@ -97,6 +97,7 @@ pl_init (void) {
mutex = mutex_create ();
mutex_plt = mutex_create ();
#endif
+ return 0;
}
void