summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/strlist.c
diff options
context:
space:
mode:
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) {