misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-21 13:46:22 +01:00
parent 7623b3460c
commit 75b674fdd5
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ import (
/*
#cgo LDFLAGS: -lusb-1.0
#cgo CFLAGS: -I/usr/include/libusb-1.0
#cgo android CFLAGS: -I/data/data/com.termux/files/usr/include/libusb-1.0
#include <libusb.h>
int gousb_compact_iso_data(struct libusb_transfer *xfer, unsigned char *status);