summaryrefslogtreecommitdiff
path: root/examples/dpfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dpfp.c')
-rw-r--r--examples/dpfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dpfp.c b/examples/dpfp.c
index 0c2806e..e8ff4c7 100644
--- a/examples/dpfp.c
+++ b/examples/dpfp.c
@@ -59,7 +59,7 @@ enum {
};
static int state = 0;
-static struct libusb_dev_handle *devh = NULL;
+static struct libusb_device_handle *devh = NULL;
static unsigned char imgbuf[0x1b340];
static unsigned char irqbuf[INTR_LENGTH];
static struct libusb_transfer *img_transfer = NULL;