From 491876339b0f4f86f5cbe538bfed6ddf7116eb4a Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 19 May 2014 08:48:30 +0000 Subject: [PATCH] ppi_open() does not return a value git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1309 81a1dc3b-b13d-400b-aceb-764788c761c2 --- linux_ppdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_ppdev.h b/linux_ppdev.h index e724ba2b..64085901 100644 --- a/linux_ppdev.h +++ b/linux_ppdev.h @@ -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) \