Skip to content

Commit

Permalink
Fix link in ogg_stream_clear documentation.
Browse files Browse the repository at this point in the history
The link pointed to the wrong structure documentation.
Looks like a cut-and-paste error.
  • Loading branch information
rillian committed May 25, 2020
1 parent 5fb070b commit 0bbcba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/libogg/ogg_stream_clear.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>ogg_stream_clear</h1>

<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>
Expand Down

0 comments on commit 0bbcba4

Please sign in to comment.