From 966c78ccae42f6632c742d9369aba53c11b10875 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Nov 2004 16:27:51 +0000 Subject: fixes for bugs found when compiling with gcc 2.95 git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@301 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/strlist-test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'polyp/strlist-test.c') diff --git a/polyp/strlist-test.c b/polyp/strlist-test.c index 01dcdf12..b68a0415 100644 --- a/polyp/strlist-test.c +++ b/polyp/strlist-test.c @@ -36,4 +36,6 @@ int main(int argc, char* argv[]) { pa_xfree(t); pa_strlist_free(l); + + return 0; } -- cgit