avoid redefinition warning

merge-requests/1/head
Mattias Ellert 2009-02-01 19:20:41 +00:00
rodzic 120806fa38
commit f5af24221f
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -5,6 +5,7 @@
if libjpeg is unavailable.
* backend/hs2p-scsi.c: format fix.
* backend/hs2p.c: fix missing return.
* backend/canon630u-common.c: avoid redefinition warning.
2009-01-31 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
* backend/Makefil.am: Add missing math library to coolscan2

Wyświetl plik

@ -66,7 +66,7 @@
#define USB_TYPE_VENDOR (0x02 << 5)
#define USB_RECIP_DEVICE 0x00
#define USB_DIR_OUT 0
#define USB_DIR_OUT 0x00
#define USB_DIR_IN 0x80
/* Assign status and verify a good return code */