ppi_open() does not return a value

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1309 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2014-05-19 08:48:30 +00:00
parent 8a6f8b04bd
commit 491876339b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
avrdude_message("%s: can't claim device \"%s\": %s\n\n", \
progname, port, strerror(errno)); \
close(fd); \
return -1; \
return; \
}
#define ppi_release(fd) \