summaryrefslogtreecommitdiffstats
path: root/polyp/protocol-esound.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-02 16:24:14 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-02 16:24:14 +0000
commit8705af792b0c95ec94822b1727addb54389db674 (patch)
tree96906ab98e1b5f1a2e4a909f0aa5fa659987c7b1 /polyp/protocol-esound.c
parent5a694fd508d3b5d9b2433f041aa24feb5a9ebc40 (diff)
add new module "module-x11-bell"
fix scache memory leak git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@100 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/protocol-esound.c')
-rw-r--r--polyp/protocol-esound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/protocol-esound.c b/polyp/protocol-esound.c
index 91e6b7d6..7a141d3a 100644
--- a/polyp/protocol-esound.c
+++ b/polyp/protocol-esound.c
@@ -202,7 +202,7 @@ static struct pa_sink* get_output_sink(struct pa_protocol_esound *p) {
p->sink_index = s ? s->index : PA_IDXSET_INVALID;
return s;
}
-
+
static struct pa_source* get_input_source(struct pa_protocol_esound *p) {
struct pa_source *s;
assert(p);