summaryrefslogtreecommitdiffstats
path: root/polyp/strlist-test.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 16:27:51 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 16:27:51 +0000
commit966c78ccae42f6632c742d9369aba53c11b10875 (patch)
tree0435b73edfcb1a9715cc685d6d84707c597cba60 /polyp/strlist-test.c
parent92f73a741f7d439263857ea5c438a612ce24b03d (diff)
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
Diffstat (limited to 'polyp/strlist-test.c')
-rw-r--r--polyp/strlist-test.c2
1 files changed, 2 insertions, 0 deletions
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;
}