summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/polypcore/source-output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/source-output.h b/src/polypcore/source-output.h
index 98f6ab0c..1c612052 100644
--- a/src/polypcore/source-output.h
+++ b/src/polypcore/source-output.h
@@ -55,7 +55,7 @@ struct pa_source_output {
void (*push)(pa_source_output *o, const pa_memchunk *chunk);
void (*kill)(pa_source_output* o);
- pa_usec_t (*get_latency) (pa_source_output *i);
+ pa_usec_t (*get_latency) (pa_source_output *o);
pa_resampler* resampler;