mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-10-31 15:05:57 +00:00
Update rdisk.h
Remove extra const qualifier
This commit is contained in:
parent
b31fb83715
commit
34f4cae528
2
rdisk.h
2
rdisk.h
@ -43,7 +43,7 @@ typedef void (*RDiskCopy_t)(Ptr, Ptr, unsigned long);
|
||||
#define RDISK_COMPRESSED_ICON_SIZE (87)
|
||||
#ifdef RDISK_COMPRESS_ICON_ENABLE
|
||||
#include <Quickdraw.h>
|
||||
const char const RDiskIconCompressed[RDISK_COMPRESSED_ICON_SIZE] = {
|
||||
const char RDiskIconCompressed[RDISK_COMPRESSED_ICON_SIZE] = {
|
||||
PackBits_Repeat(76), 0b00000000, /*
|
||||
0b00000000, 0b00000000, 0b00000000, 0b00000000,
|
||||
0b00000000, 0b00000000, 0b00000000, 0b00000000,
|
||||
|
Loading…
Reference in New Issue
Block a user