summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj <j@xiph.org>2005-05-10 12:21:31 +0000
committerj <j@xiph.org>2005-05-10 12:21:31 +0000
commitac57873375a9e796de0d53c03c04f241487fe74e (patch)
tree0d3ef9d2e41dc55e22760bbc5e94c2f0dd8854f1
parent55fa5e4de65d9add9a4fcb971850233b4b9289c9 (diff)
downloadtremor-ac57873375a9e796de0d53c03c04f241487fe74e.tar.gz
remove mixed newlines.
git-svn-id: https://svn.xiph.org/trunk/Tremor@9256 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--doc/OggVorbis_File.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/OggVorbis_File.html b/doc/OggVorbis_File.html
index 9b8a80f..9201d18 100644
--- a/doc/OggVorbis_File.html
+++ b/doc/OggVorbis_File.html
@@ -99,8 +99,8 @@ application.</dd>
<dt><i>seekable</i></dt>
<dd>Read-only int indicating whether file is seekable. E.g., a physical file is seekable, a pipe isn't.</dd>
<dt><i>links</i></dt>
-<dd>Read-only int indicating the number of logical bitstreams within the physical bitstream.</dd>
-<dt><i>ov_callbacks</i></dt>
+<dd>Read-only int indicating the number of logical bitstreams within the physical bitstream.</dd>
+<dt><i>ov_callbacks</i></dt>
<dd>Collection of file manipulation routines to be used on this data source. When using stdio/FILE access via <a href="ov_open.html">ov_open()</a>, the callbacks will be filled in with stdio calls or wrappers to stdio calls.</dd>
</dl>