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:
Jens Arnold 2008-03-08 23:56:00 +00:00
parent 63e9c05217
commit 445fada24c

View file

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