mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
12 lines
231 B
C
12 lines
231 B
C
--- src/moc.c.orig
|
|
+++ src/moc.c
|
|
@@ -133,7 +133,8 @@ static int run_moc_thread(double interval)
|
|
return 0;
|
|
}
|
|
|
|
-void update_moc(void)
|
|
+int update_moc(void)
|
|
{
|
|
run_moc_thread(info.music_player_interval * 100000);
|
|
+ return 0;
|
|
}
|