diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-04 13:40:57 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-04 13:40:57 +0000 |
| commit | d32b291a7262698cb4767660466d42fda44f1033 (patch) | |
| tree | de57883d7e581e33179a072255ad3f8291730ff8 /src/Fl_own_colormap.cxx | |
| parent | acf6c881d36b675d755433d3cf48613bc46ed78d (diff) | |
Fix typos in #pragma FL_PORTING.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@10991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_own_colormap.cxx')
| -rw-r--r-- | src/Fl_own_colormap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index d9eee2bb2..1423978f1 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -48,7 +48,7 @@ void Fl::own_colormap() {} #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement color map handling if you don;t have an RGB screen" +# pragma message "FL_PORTING: implement color map handling if you don't have an RGB screen" #else // X version |
