summaryrefslogtreecommitdiff
path: root/doc/ogg/oggpack_read1.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ogg/oggpack_read1.html')
-rw-r--r--doc/ogg/oggpack_read1.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ogg/oggpack_read1.html b/doc/ogg/oggpack_read1.html
index 1f1058e..3c35177 100644
--- a/doc/ogg/oggpack_read1.html
+++ b/doc/ogg/oggpack_read1.html
@@ -17,7 +17,7 @@
<p><i>declared in "ogg/ogg.h";</i></p>
-<p>This function reads one bit from the <a href="oggpack_buffer.html">oggpack_buffer</a> data buffer and advances the location pointer.
+<p>This function reads one bit from the <a href="oggpack_buffer.html">oggpack_buffer</a> data buffer and advances the location pointer.
<p>Before reading, the buffer should be initialized using <a href="oggpack_readinit.html">oggpack_readinit</a>.
<br><br>
@@ -25,7 +25,7 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
-long oggpack_read1(oggpack_buffer *b);
+long oggpack_read1(oggpack_buffer *b);
</b></pre>
</td>
</tr>