No need to have \n here. panicf() won't output it anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16577 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63e9c05217
commit
445fada24c
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ int ata_write_sectors(IF_MV2(int drive,)
|
|||
}
|
||||
|
||||
if (c_end_addr > card->size)
|
||||
panicf("Writing past end of card\n");
|
||||
panicf("Writing past end of card");
|
||||
|
||||
blocksize = card->blocksize;
|
||||
offset = c_addr & (blocksize - 1);
|
||||
|
|
Loading…
Reference in a new issue