Fix previous commit.

This commit is contained in:
mmdolze
2014-01-28 21:59:41 +00:00
parent 6859002201
commit 6deec0ab74
+2 -1
View File
@@ -16,7 +16,7 @@
* 2007-2008 Mini-Box.com, Nicu Pavel <npavel@ituner.com> * 2007-2008 Mini-Box.com, Nicu Pavel <npavel@ituner.com>
* 2008 Jack Cleaver * 2008 Jack Cleaver
* 2009 Andries van Schie * 2009 Andries van Schie
* 2010-2013 Martin Jones <martin@brasskipper.org.uk> * 2010-2014 Martin Jones <martin@brasskipper.org.uk>
* *
* This file is released under the GNU General Public License. Refer to the * This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package. * COPYING file distributed with this package.
@@ -247,6 +247,7 @@ picoLCD_init(Driver *drvthis)
PrivateData *p; PrivateData *p;
#ifdef HAVE_LIBUSB_1_0 #ifdef HAVE_LIBUSB_1_0
int error = 0; int error = 0;
int i;
#else #else
struct usb_bus *bus; struct usb_bus *bus;
struct usb_device *dev; struct usb_device *dev;