mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
imxtools: fix missing '\n'
Change-Id: I8d6a70e644225211b35e7b160bdf06e12c611198
This commit is contained in:
parent
fa6563b7b8
commit
b9f9d0da51
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ static void compute_sb_offsets(struct sb_file_t *sb)
|
|||
else if(inst->inst == SB_INST_MODE)
|
||||
{
|
||||
if(g_debug)
|
||||
printf(" MODE | mod=0x%08x", inst->addr);
|
||||
printf(" MODE | mod=0x%08x\n", inst->addr);
|
||||
sb->image_size += sizeof(struct sb_instruction_mode_t) / BLOCK_SIZE;
|
||||
sec->sec_size += sizeof(struct sb_instruction_mode_t) / BLOCK_SIZE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue