Update NEWS

This commit is contained in:
Stefan Rueger
2022-10-11 14:49:44 +01:00
parent 929441eb82
commit e14e5d2f74
2 changed files with 3 additions and 1 deletions

View File

@@ -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;