imageviewer: add back semicolon
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 11263d73af564d28011d74f1fb9e59d4d610be2c Author: Christian Soffke <[email protected]> Date: Fri Jan 30 14:12:57 2026 +0100 imageviewer: add back semicolon accidentally removed in 3c6b9bb file isn't normally used, so there was no error Change-Id: I65cc59bfcb3c59678a990b9804070d518318b016 diff --git a/apps/plugins/imageviewer/jpegp/FILEGETC.c b/apps/plugins/imageviewer/jpegp/FILEGETC.c index 5b03deb25c..2370923e02 100644 --- a/apps/plugins/imageviewer/jpegp/FILEGETC.c +++ b/apps/plugins/imageviewer/jpegp/FILEGETC.c @@ -5,7 +5,7 @@ static int fd; extern int GETC(void) { unsigned char x = 0; - rb->read(fd, &x, 1) + rb->read(fd, &x, 1); return x; } -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs