diff options
Diffstat (limited to 'src/Fl_Image_Reader.h')
| -rw-r--r-- | src/Fl_Image_Reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Image_Reader.h b/src/Fl_Image_Reader.h index b013dc481..93f5edc0d 100644 --- a/src/Fl_Image_Reader.h +++ b/src/Fl_Image_Reader.h @@ -62,7 +62,7 @@ public: // Read a 32-bit signed integer, LSB-first int read_long() { return (int)read_dword(); - }; + } // Move the current read position to a byte offset from the beginning // of the file or the original start address in memory |
