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:
Michael Sevakis 2006-11-06 18:36:10 +00:00
parent 5efee7c94a
commit 4aa01ed5f0
2 changed files with 3 additions and 10 deletions

View file

@ -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");