* avr910.c:

* fileio.c:
    * main.c:
    * stk500.c:
    More code cleanup to remove warnings.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@352 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
arcanum
2003-08-28 23:02:25 +00:00
parent b5c352760a
commit 51a3d56245
5 changed files with 43 additions and 38 deletions

View File

@@ -691,7 +691,7 @@ int fileio_rbin(struct fioparms * fio,
int fileio_imm(struct fioparms * fio,
char * filename, FILE * f, unsigned char * buf, int size)
{
int rc;
int rc = 0;
char * e, * p;
unsigned long b;
int loc;