diff --git a/apps/misc.c b/apps/misc.c index 19d6f0d1dd..af1c417fd6 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -147,7 +147,13 @@ static const unsigned char bmpheader[] = 0x00, 0x00, 0x00, 0x04, #endif 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0xee, 0x90, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +#ifdef IRIVER_H100 + 0xe6, 0xd8, 0xad, +#else + 0x90, 0xee, 0x90, +#endif + 0x00, 0x00, 0x00, 0x00, 0x00 };