summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-02-10 17:49:01 +0000
committerManolo Gouy <Manolo>2018-02-10 17:49:01 +0000
commitc489f3bf6a82a94c4bef82b800ffd8f3d7e4a0e8 (patch)
treee9665423293d6cb2aa6f24c18dd2ae1a41de1606
parentf42e2bfc4fa91f654fb05a5c27c783228e96c09d (diff)
Fix error when running Doxygen (continued).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12661 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/fl_read_image.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_read_image.cxx b/src/fl_read_image.cxx
index c3357b14d..061ccc446 100644
--- a/src/fl_read_image.cxx
+++ b/src/fl_read_image.cxx
@@ -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>.