Skip to content

Commit

Permalink
Minor Fix, jx2vm.c
Browse files Browse the repository at this point in the history
Fix typo in jx2vm.c...
  • Loading branch information
cr88192 committed Nov 30, 2024
1 parent a32d735 commit e0e5cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jx2vm/jx2vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ int main(int argc, char *argv[])

if(!strcmp(argv[i], "--rd_exp_fl"))
{
btesh_parse_explist(argv[i+1], rd_exp, &rd_n_exp);
btesh_parse_addlist(argv[i+1], rd_exp, &rd_n_exp);
i++;
continue;
}
Expand Down

0 comments on commit e0e5cc6

Please sign in to comment.