Fix a copy'n-paste-o.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1059 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
475b5ce3c4
commit
fbb0effb7d
|
@ -1,3 +1,7 @@
|
||||||
|
2012-02-03 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* fileio.c (fileio_elf): Fix a copy'n-paste-o.
|
||||||
|
|
||||||
2012-02-03 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2012-02-03 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
* par.c (par_desc): Move to end of file, outside the #if
|
* par.c (par_desc): Move to end of file, outside the #if
|
||||||
|
|
2
fileio.c
2
fileio.c
|
@ -1188,7 +1188,7 @@ static int fileio_elf(struct fioparms * fio,
|
||||||
return rc;
|
return rc;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "%s: ERROR: invalid Motorola S-Records file I/O "
|
fprintf(stderr, "%s: ERROR: invalid ELF file I/O "
|
||||||
"operation=%d\n",
|
"operation=%d\n",
|
||||||
progname, fio->op);
|
progname, fio->op);
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in New Issue