From 85890b88df7d4cc315167409e6364418e5348324 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 3 Aug 2004 20:57:06 +0000 Subject: Const policed the grayscale lib & plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4985 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/gray_screendump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib/gray_screendump.c') diff --git a/apps/plugins/lib/gray_screendump.c b/apps/plugins/lib/gray_screendump.c index 8968007039..fdc88b8547 100644 --- a/apps/plugins/lib/gray_screendump.c +++ b/apps/plugins/lib/gray_screendump.c @@ -29,7 +29,7 @@ #ifdef HAVE_LCD_BITMAP /* and also not for the Player */ #include "gray.h" -static unsigned char bmpheader[] = +static const unsigned char bmpheader[] = { 0x42, 0x4d, 0xba, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xba, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x40, 0x00, -- cgit v1.2.3