From e10efb44d2919e88b8d88b47e504ed73a206ef88 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 29 Jul 2012 14:12:34 +0000 Subject: [PATCH] corrected docs: docs did not reflect the path parameter to be const. see #1593 svn path=/trunk/vorbis/; revision=18479 --- doc/vorbisfile/ov_fopen.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vorbisfile/ov_fopen.html b/doc/vorbisfile/ov_fopen.html index 5f97090..9a7b14b 100644 --- a/doc/vorbisfile/ov_fopen.html +++ b/doc/vorbisfile/ov_fopen.html @@ -43,7 +43,7 @@ close the file.


-int ov_fopen(char *path,OggVorbis_File *vf);
+int ov_fopen(const char *path,OggVorbis_File *vf);
 
-- 2.7.4