1
0
Fork 0
forked from len0rd/rockbox

Fix yellow. usb_strings needs to point to const data as well.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17141 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-04-16 16:11:09 +00:00
parent 5ff61eee6a
commit 689020f689

View file

@ -168,7 +168,7 @@ static const struct usb_string_descriptor __attribute__((aligned(2)))
{'C','h','a','r','g','i','n','g',' ','o','n','l','y'} {'C','h','a','r','g','i','n','g',' ','o','n','l','y'}
}; };
static struct usb_string_descriptor* const usb_strings[] = static const struct usb_string_descriptor* const usb_strings[] =
{ {
&lang_descriptor, &lang_descriptor,
&usb_string_iManufacturer, &usb_string_iManufacturer,