X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=spxdec_filter.c;h=b7b6329543773f0d0c12c96e21b952700790211f;hb=486314426fcd25e5271fd65a982f8b321585e195;hp=cf1fe604436b69bff0dd81b81000cfe67058de23;hpb=9b406cbe5d20ba969713ca3d7a8033e697476d75;p=paraslash.git diff --git a/spxdec_filter.c b/spxdec_filter.c index cf1fe604..b7b63295 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -75,7 +75,7 @@ struct private_spxdec_data { int lookahead; /** The state information about the current stream. */ ogg_stream_state os; - /** Whether \a os initialized. */ + /** Whether \a os is initialized. */ bool stream_init; };