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:
Joerg Wunsch 2012-02-03 08:34:39 +00:00
parent c4c6734f16
commit a74cd4d03d
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* par.c (par_desc): Move to end of file, outside the #if

View File

@ -1188,7 +1188,7 @@ static int fileio_elf(struct fioparms * fio,
return rc;
default:
fprintf(stderr, "%s: ERROR: invalid Motorola S-Records file I/O "
fprintf(stderr, "%s: ERROR: invalid ELF file I/O "
"operation=%d\n",
progname, fio->op);
return -1;