diff options
Diffstat (limited to 'src/Fl_File_Icon.cxx')
| -rw-r--r-- | src/Fl_File_Icon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_File_Icon.cxx b/src/Fl_File_Icon.cxx index e6cfe76ea..08832a7f3 100644 --- a/src/Fl_File_Icon.cxx +++ b/src/Fl_File_Icon.cxx @@ -125,7 +125,7 @@ Fl_File_Icon::~Fl_File_Icon() { // Find the icon in the list... for (current = first_, prev = (Fl_File_Icon *)0; current != this && current != (Fl_File_Icon *)0; - prev = current, current = current->next_); + prev = current, current = current->next_) {/*empty*/} // Remove the icon from the list as needed... if (current) |
