summaryrefslogtreecommitdiff
path: root/doc/ogg/oggpack_adv.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ogg/oggpack_adv.html')
-rw-r--r--doc/ogg/oggpack_adv.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ogg/oggpack_adv.html b/doc/ogg/oggpack_adv.html
index 273672f..14ee8e2 100644
--- a/doc/ogg/oggpack_adv.html
+++ b/doc/ogg/oggpack_adv.html
@@ -17,7 +17,7 @@
<p><i>declared in "ogg/ogg.h";</i></p>
-<p>This function advances the location pointer by the specified number of bits without reading any data.
+<p>This function advances the location pointer by the specified number of bits without reading any data.
<p>To also check for overflow while advancing, use <a href="oggpack_adv_huff.html">oggpack_adv_huff</a> instead.
<br><br>
@@ -25,7 +25,7 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
-void oggpack_adv(oggpack_buffer *b,int bits);
+void oggpack_adv(oggpack_buffer *b,int bits);
</b></pre>
</td>
</tr>
@@ -34,7 +34,7 @@ void oggpack_adv(oggpack_buffer *b,int bits);
<h3>Parameters</h3>
<dl>
<dt><i>b</i></dt>
-<dd>Pointer to the current oggpack_buffer.</dd>
+<dd>Pointer to the current oggpack_buffer.</dd>
<dt><i>bits</i></dt>
<dd>Number of bits to advance.</dd>
</dl>