Update rdisk.h

Remove extra const qualifier
This commit is contained in:
Zane Kaminski 2021-04-02 00:42:33 -04:00
parent b31fb83715
commit 34f4cae528
1 changed files with 1 additions and 1 deletions

View File

@ -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,