X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffd-img-128x128.c;h=80b9ffb72394ee6681cf174484b4ececadd00fae;hb=f36d026c7b8b398b88765ec5b67a3c767fe5fbad;hp=b1cd0a79c4d546201d7ce9687685c0926b198ee1;hpb=ce9f31494277a11aa9cfcbdb5fe5c303627e626e;p=apple2 diff --git a/src/fd-img-128x128.c b/src/fd-img-128x128.c old mode 100755 new mode 100644 index b1cd0a7..80b9ffb --- a/src/fd-img-128x128.c +++ b/src/fd-img-128x128.c @@ -1,6 +1,6 @@ /* GIMP RGBA C-Source image dump (fd-img-128x128.c) */ -uint8 floppyDiskImg[] = { +uint8_t floppyDiskImg[] = { // 128 / 256, 128 % 256, // width (HI byte, LO byte) // 128 / 256, 128 % 256, // height (HI byte, LO byte) "\000\200\000\200" // Same thing as above, just in octal... :-P