summaryrefslogtreecommitdiff
path: root/src/Fl_XPM_Image.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-10-14 14:33:18 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-10-14 14:33:18 +0000
commit242d5365e66af53fc936b5ceba5cbcb8b0acf24b (patch)
tree9a93f246ffb66825b5134e7731285182f096c4db /src/Fl_XPM_Image.cxx
parent7a81273a0cfe5128ce7b6454dbd325d6461fd5cd (diff)
Documentation fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12027 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_XPM_Image.cxx')
-rw-r--r--src/Fl_XPM_Image.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl_XPM_Image.cxx b/src/Fl_XPM_Image.cxx
index 81794b00c..1345cbad9 100644
--- a/src/Fl_XPM_Image.cxx
+++ b/src/Fl_XPM_Image.cxx
@@ -3,7 +3,7 @@
//
// Fl_XPM_Image routines.
//
-// Copyright 1997-2010 by Bill Spitzak and others.
+// Copyright 1997-2016 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -46,7 +46,8 @@ static int hexdigit(int x) { // I - Hex digit...
#define INITIALLINES 256
/**
The constructor loads the XPM image from the name filename.
- <P>The destructor free all memory and server resources that are used by
+
+ The destructor frees all memory and server resources that are used by
the image.
*/
Fl_XPM_Image::Fl_XPM_Image(const char *name) : Fl_Pixmap((char *const*)0) {