From 76a2c95f0715845432dab89984bb28a5dbfa3ebc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 21 Dec 2023 14:03:04 +0100 Subject: Fix a typo, trailing whitespace, and dependencies --- src/Fl_Shared_Image.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_Shared_Image.cxx') diff --git a/src/Fl_Shared_Image.cxx b/src/Fl_Shared_Image.cxx index de1b2cefd..62c06079a 100644 --- a/src/Fl_Shared_Image.cxx +++ b/src/Fl_Shared_Image.cxx @@ -72,11 +72,11 @@ int Fl_Shared_Image::num_images() { Binary search in a sorted array works only if we search for the same parameters that were also used for sorting. No special cases are possible here. - + Fl_Shared_Image::find() requires a search for an element with a matching name and the original_ flags set. This is not implemented via binary search, but by a simple run of the array inside Fl_Shared_Image::find(). - + \returns Whether the images match or their relative sort order (see text). \retval 0 the images match \retval <0 Image \p i0 is \e less than image \p i1 -- cgit v1.2.3