Skip to content

Commit

Permalink
Fix warning grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Jan 27, 2024
1 parent a460fca commit aa9369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/term.c
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ static int cmd_factory(const PROGRAMMER *pgm, const AVRPART *p, int argc, const
}

if(pgm->prog_modes & PM_SPM) { // Bootloader
pmsg_warning("-c %s is for bootloaders, which cannot set fuses\n", pgmid);
pmsg_warning("-c %s is for bootloaders, which cannot set fuses;\n", pgmid);
imsg_warning("only erasing flash and other writable memories as far as possible\n");
if((m = avr_locate_flash(p))) { // First erase flash
args[1] = m->desc;
Expand Down

0 comments on commit aa9369c

Please sign in to comment.