summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2010-10-09 16:29:16 +0000
committerRalph Giles <giles@xiph.org>2010-10-09 16:29:16 +0000
commitb4e4e66cd3fa721be5805d966297730264a8ec7e (patch)
tree733c5c7a6e4b815ba33a55ee4d8481fe4b8e4c91 /doc
parent558181eaaca2afff58893610f6d19b96f72e7821 (diff)
downloadogg-b4e4e66cd3fa721be5805d966297730264a8ec7e.tar.gz
Fix another cut-and-paste error in the documentation.
git-svn-id: http://svn.xiph.org/trunk/ogg@17498 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'doc')
-rw-r--r--doc/libogg/ogg_packet_clear.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_packet_clear.html b/doc/libogg/ogg_packet_clear.html
index 61edac7..2024c4f 100644
--- a/doc/libogg/ogg_packet_clear.html
+++ b/doc/libogg/ogg_packet_clear.html
@@ -26,7 +26,7 @@ then it zeros all structure members.
<tr bgcolor=#cccccc>
<td>
<pre><b>
-int ogg_packet_clear(ogg_packet *op);
+void ogg_packet_clear(ogg_packet *op);
</b></pre>
</td>
</tr>