Use const for the usbi_parse_descriptor() format string
authorLudovic Rousseau <rousseau@debian.org>
Fri, 19 Mar 2010 14:35:14 +0000 (15:35 +0100)
committerPeter Stuge <peter@stuge.se>
Mon, 22 Nov 2010 04:46:40 +0000 (05:46 +0100)
commit3b41c31d3fa2c1f93649cc5fc0f59acbf3efd5a1
tree8cdc17d27868c3a32da14395f2ee9af490790edf
parent7f2e9f0776386997d2b4c4c47598ab88e3caeb7a
Use const for the usbi_parse_descriptor() format string

Constant strings should be "const char *" instead of "char *". Silence
"discards qualifiers from pointer target type" warnings. Fixes #61.
libusb/descriptor.c
libusb/libusbi.h