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:
parent
8a6f8b04bd
commit
491876339b
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue