nwztools/scsitool: tweak output

Change-Id: I43c5101502f3d2c34296b510b738276fd74f9b3d
This commit is contained in:
Amaury Pouly 2020-05-17 20:16:44 +02:00
parent 93fcd569ab
commit 1686093e78

View file

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