mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
imageviewer: add back semicolon
accidentally removed in 3c6b9bb
file isn't normally used, so there was no error
Change-Id: I65cc59bfcb3c59678a990b9804070d518318b016
This commit is contained in:
parent
2556cfc7b3
commit
11263d73af
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue