mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Update NEWS
This commit is contained in:
@@ -1084,7 +1084,7 @@ static int cmd_quell(PROGRAMMER *pgm, AVRPART *p, int argc, char *argv[]) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int tokenize(char * s, char ***argv) {
|
||||
static int tokenize(char *s, char ***argv) {
|
||||
int i, n, l, nargs;
|
||||
int len, slen;
|
||||
char *buf;
|
||||
|
Reference in New Issue
Block a user