Fix error when running Doxygen (continued).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12661 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-02-10 17:49:01 +00:00
parent f42e2bfc4f
commit c489f3bf6a

View File

@ -29,7 +29,7 @@
\returns pointer to pixel buffer, or NULL if allocation failed.
The \p p argument points to a buffer that can hold the image and must
be at least \p W*H*3 bytes when reading RGB images, or \p W*H*4 bytes
be at least \p w*h*3 bytes when reading RGB images, or \p w*h*4 bytes
when reading RGBA images. If NULL, fl_read_image() will create an
array of the proper size which can be freed using <tt>delete[]</tt>.