From 0bbcba4e7cf32324170470569c4527ffd0002870 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 25 May 2020 10:13:30 -0700 Subject: Fix link in ogg_stream_clear documentation. The link pointed to the wrong structure documentation. Looks like a cut-and-paste error. --- doc/libogg/ogg_stream_clear.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libogg/ogg_stream_clear.html b/doc/libogg/ogg_stream_clear.html index 8d771f8..c59a77e 100644 --- a/doc/libogg/ogg_stream_clear.html +++ b/doc/libogg/ogg_stream_clear.html @@ -17,7 +17,7 @@

declared in "ogg/ogg.h";

-

This function clears and frees the internal memory used by the ogg_stream_state struct, but does not free the structure itself. It is safe to call ogg_stream_clear on the same structure more than once. +

This function clears and frees the internal memory used by the ogg_stream_state struct, but does not free the structure itself. It is safe to call ogg_stream_clear on the same structure more than once.

-- cgit v1.2.1