summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-05-25 10:13:30 -0700
committerRalph Giles <giles@thaumas.net>2020-05-25 10:13:30 -0700
commit0bbcba4e7cf32324170470569c4527ffd0002870 (patch)
treeba65fc83e19a331caaff20688949b056ec1f2de5
parent5fb070b6baaf249f8ed77c0823bb3418ba0b3a74 (diff)
downloadogg-git-0bbcba4e7cf32324170470569c4527ffd0002870.tar.gz
Fix link in ogg_stream_clear documentation.
The link pointed to the wrong structure documentation. Looks like a cut-and-paste error.
-rw-r--r--doc/libogg/ogg_stream_clear.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<p><i>declared in "ogg/ogg.h";</i></p>
-<p>This function clears and frees the internal memory used by the <a href="ogg_sync_state.html">ogg_stream_state</a> struct, but does not free the structure itself. It is safe to call ogg_stream_clear on the same structure more than once.
+<p>This function clears and frees the internal memory used by the <a href="ogg_stream_state.html">ogg_stream_state</a> struct, but does not free the structure itself. It is safe to call ogg_stream_clear on the same structure more than once.
<br><br>
<table border=0 color=black cellspacing=0 cellpadding=7>
<tr bgcolor=#cccccc>