From d589c05b1741bf699897feef73c35a58592dc876 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 15 Oct 2024 18:59:28 +0200 Subject: Fix documentation typos and trailing whitespace --- src/Fl_File_Chooser2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_File_Chooser2.cxx') diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index cc0332e48..46e902c18 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -1315,7 +1315,7 @@ Fl_File_Chooser::update_preview() window->cursor(FL_CURSOR_DEFAULT); Fl::check(); - // Scan the buffer for printable UTF8 chars... + // Scan the buffer for printable UTF-8 chars... for (ptr = preview_text_; *ptr; ptr++) { uchar c = uchar(*ptr); if ( (c&0x80)==0 ) { -- cgit v1.2.3