From 11888059a8f26d236812cd8693f7e82bf3151c3d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 20 Jul 2004 21:49:17 +0000 Subject: Const'ed the usb logo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4903 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/screens.c b/apps/screens.c index 873f4cd854..be2744f05c 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -43,7 +43,7 @@ #ifdef HAVE_LCD_BITMAP #define BMPHEIGHT_usb_logo 32 #define BMPWIDTH_usb_logo 100 -static unsigned char usb_logo[] = { +static const unsigned char usb_logo[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, 0x20, 0x10, 0x08, -- cgit v1.2.3