mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 22:52:28 -05:00
Fixed the errors on the sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5efee7c94a
commit
4aa01ed5f0
2 changed files with 3 additions and 10 deletions
|
|
@ -181,7 +181,7 @@ void screen_dump(void)
|
|||
int x, y;
|
||||
static unsigned char line[BMP_LINESIZE];
|
||||
|
||||
create_numbered_filename(filename, "", "dump_", ".bmp", 4,
|
||||
create_numbered_filename(filename, "", "dump_", ".bmp", 4
|
||||
IF_CNFN_NUM_(, NULL));
|
||||
DEBUGF("screen_dump\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue