summaryrefslogtreecommitdiffstats
path: root/src/tests/flist-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/flist-test.c')
-rw-r--r--src/tests/flist-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/flist-test.c b/src/tests/flist-test.c
index 06d68311..abc0659d 100644
--- a/src/tests/flist-test.c
+++ b/src/tests/flist-test.c
@@ -54,7 +54,7 @@ static void thread_func(void *data) {
int b = 1;
while (!quit) {
- char *text;
+ char *text, *t;
/* Allocate some memory, if possible take it from the flist */
if (b && (text = pa_flist_pop(flist)))