diff options
Diffstat (limited to 'src/tests/flist-test.c')
-rw-r--r-- | src/tests/flist-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/flist-test.c b/src/tests/flist-test.c index 17ba55c1..7e54454e 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, *t; + char *text; /* Allocate some memory, if possible take it from the flist */ if (b && (text = pa_flist_pop(flist))) |