Skip to content
Snippets Groups Projects
Commit cb32948f authored by ph3-der-loewe's avatar ph3-der-loewe
Browse files

Corrected doc/ao_play.html (close #1808)

git-svn-id: http://svn.xiph.org/trunk/ao@18206 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent a93f5c0e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
- Added missing ao_file_extension() (see Trac #1841)
- Fixed memory leak in ao_shutdown() (see Trac #1799)
- Updated manpage libao.conf.5 (see Trac #1822)
- Corrected doc/ao_play.html (see Trac #1808)
1.1.0 - February 21, 2011
- Add autofoo ld symbol versioning to build system
......
......@@ -26,7 +26,7 @@ etc.) in the memory buffer.
<tr bgcolor=#cccccc>
<td>
<pre><b>
int ao_play(<a href="ao_device.html">ao_device</a> *device, void *output_samples, uint_32 num_bytes);
int ao_play(<a href="ao_device.html">ao_device</a> *device, char *output_samples, uint_32 num_bytes);
</b></pre>
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment