nwztools/scsitool: tweak output
Change-Id: I43c5101502f3d2c34296b510b738276fd74f9b3d
This commit is contained in:
parent
93fcd569ab
commit
1686093e78
1 changed files with 2 additions and 1 deletions
|
@ -293,7 +293,7 @@ int get_dnk_prop(int argc, char **argv)
|
|||
}
|
||||
else
|
||||
{
|
||||
printf(YELLOW, "\n");
|
||||
cprintf(YELLOW, "\n");
|
||||
print_hex(buffer, buffer_size);
|
||||
}
|
||||
return 0;
|
||||
|
@ -851,6 +851,7 @@ int do_dest(int argc, char **argv)
|
|||
ret = read_nvp_node(shp_index, shp, &size);
|
||||
if(ret != 0)
|
||||
{
|
||||
printf("Cannot read node 'shp'\n");
|
||||
free(shp);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue