Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Nov 13, 2023
1 parent 137ec22 commit 1559379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_jtag_core/src/script/script.c
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ static int cmd_print_devs_list( script_ctx * ctx, char * line)
ptr = get_id_str(ctx,i);
if(ptr)
{
ctx->script_printf( ctx, MSG_INFO_0, "%s\n", );
ctx->script_printf( ctx, MSG_INFO_0, "%s\n", ptr );
free(ptr);
}
}
Expand Down

0 comments on commit 1559379

Please sign in to comment.