summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/strlist.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-03-12 19:45:02 +0100
committerColin Guthrie <cguthrie@mandriva.org>2011-03-18 09:20:07 +0000
commit684b89c639e89cd411dad802c975fc5784951f3b (patch)
tree430e8a9bbb2008a8d95899b5b2044734861f6db3 /src/pulsecore/strlist.c
parentefcddf68c7d8e7530ea82282c599fabfc34871ea (diff)
Fix up some double spaces
Diffstat (limited to 'src/pulsecore/strlist.c')
-rw-r--r--src/pulsecore/strlist.c2
1 files changed, 1 insertions, 1 deletions
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) {