]> Shamusworld >> Repos - apple2/blobdiff - src/fd-img-128x128.c
Added floppy #2 saving, statistics to makefile.
[apple2] / src / fd-img-128x128.c
old mode 100755 (executable)
new mode 100644 (file)
index b1cd0a7..80b9ffb
@@ -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