safemode.c: Obtain progname from avrdude.h rather than trying to roll our

own (duplicate) copy of it.

other files: Constify char pointers.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@725 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2007-01-30 13:41:54 +00:00
parent 7c7ba6733e
commit 817a1ce552
18 changed files with 57 additions and 37 deletions

View File

@@ -288,7 +288,7 @@ static void avr910_close(PROGRAMMER * pgm)
}
static void avr910_display(PROGRAMMER * pgm, char * p)
static void avr910_display(PROGRAMMER * pgm, const char * p)
{
return;
}