projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16dd5f7
)
drop unused variable
author
Lennart Poettering
<lennart@poettering.net>
Tue, 22 May 2007 23:37:27 +0000
(23:37 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 22 May 2007 23:37:27 +0000
(23:37 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1439
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/tests/flist-test.c
patch
|
blob
|
history
diff --git
a/src/tests/flist-test.c
b/src/tests/flist-test.c
index
17ba55c
..
7e54454
100644
(file)
--- 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)))