Skip to content

Commit

Permalink
Fix bug in the serprog ext parameters parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Jul 29, 2024
1 parent 297d256 commit 38da070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serprog.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ static int serprog_parseextparams(const PROGRAMMER *pgm, const LISTID extparms)

if(str_eq(extended_param, "help")) {
help = true;
return LIBAVRDUDE_EXIT;
rv = LIBAVRDUDE_EXIT;
}

if(!help) {
Expand Down

0 comments on commit 38da070

Please sign in to comment.