From: Colin Guthrie Date: Sun, 20 Mar 2011 22:31:50 +0000 (+0000) Subject: echo-cancel: Fix warning/typo X-Git-Tag: 1.0_branch~686 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11da057d81a1a5d28134d1cc8cc2c6469524561d;p=profile%2Fivi%2Fpulseaudio.git echo-cancel: Fix warning/typo --- diff --git a/src/modules/echo-cancel/module-echo-cancel.c b/src/modules/echo-cancel/module-echo-cancel.c index 74e4d58..b8f269f 100644 --- a/src/modules/echo-cancel/module-echo-cancel.c +++ b/src/modules/echo-cancel/module-echo-cancel.c @@ -263,7 +263,7 @@ static void time_callback(pa_mainloop_api *a, pa_time_event *e, const struct tim struct userdata *u = userdata; uint32_t old_rate, base_rate, new_rate; int64_t diff_time; - /*size_t fs*/; + /*size_t fs*/ struct snapshot latency_snapshot; pa_assert(u);