From 684b89c639e89cd411dad802c975fc5784951f3b Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Sat, 12 Mar 2011 19:45:02 +0100 Subject: Fix up some double spaces --- src/pulsecore/strlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/strlist.c') diff --git a/src/pulsecore/strlist.c b/src/pulsecore/strlist.c index 0f4ca867..b2ba12ba 100644 --- a/src/pulsecore/strlist.c +++ b/src/pulsecore/strlist.c @@ -49,7 +49,7 @@ pa_strlist* pa_strlist_prepend(pa_strlist *l, const char *s) { memcpy(ITEM_TO_TEXT(n), s, size + 1); n->next = l; - return n; + return n; } char *pa_strlist_tostring(pa_strlist *l) { -- cgit