mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2841f61ea1
- Drop maintainership - Stage support PR: ports/184206 Submitted by: Tsurutani Naoki (maintainer)
12 lines
277 B
C
12 lines
277 B
C
--- ./x11amp/playlist.c.orig 1999-04-13 20:26:35.000000000 +0000
|
|
+++ ./x11amp/playlist.c 2013-12-02 19:12:21.000000000 +0000
|
|
@@ -224,7 +224,7 @@
|
|
}
|
|
g_list_free(list);
|
|
playlist_generate_shuffle_list();
|
|
- return;
|
|
+ return 0;
|
|
}
|
|
g_free(temp);
|
|
if(dir=opendir(path))
|