mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Fix an (non)exit.
Silence a couple of compiler warnings. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@89 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -152,6 +152,7 @@ part_def :
|
||||
"%s: error at %s:%d: can't determine the number of bank address bits\n"
|
||||
" Are you sure num_banks (=%u) is correct?\n",
|
||||
progname, infile, lineno, current_part->mem[i].num_banks);
|
||||
exit(1);
|
||||
}
|
||||
current_part->mem[i].bankaddrbits = pagebits;
|
||||
}
|
||||
|
Reference in New Issue
Block a user