1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/x11amp/files/patch-x11amp__playlist.c
Antoine Brodin 2841f61ea1 - Fix build with clang
- Drop maintainership
- Stage support

PR:		ports/184206
Submitted by:	Tsurutani Naoki (maintainer)
2013-12-02 19:21:09 +00:00

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))