From fbb0effb7de8b4a73ea5e42722cedf838b578def Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Fri, 3 Feb 2012 08:34:39 +0000 Subject: [PATCH] Fix a copy'n-paste-o. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1059 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 4 ++++ fileio.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41642614..52f2470d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-03 Joerg Wunsch + + * fileio.c (fileio_elf): Fix a copy'n-paste-o. + 2012-02-03 Joerg Wunsch * par.c (par_desc): Move to end of file, outside the #if diff --git a/fileio.c b/fileio.c index 622d920c..438caaf9 100644 --- a/fileio.c +++ b/fileio.c @@ -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;