X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FArea.c;h=e4f680b1d85ec2c5bd0201de8ecb5bab200d7806;hb=860c6322c346c8e2ec2a4626e79f26d8b0d23777;hp=23d9af135eae239d5a62c3edf0c5b0a816b0f280;hpb=75736070161d40608ba3052b4c95b42943f9de3d;p=picodrive.git diff --git a/Pico/Area.c b/Pico/Area.c index 23d9af1..e4f680b 100644 --- a/Pico/Area.c +++ b/Pico/Area.c @@ -22,10 +22,11 @@ struct PicoArea { void *data; int len; char *name; }; // taking an address of fread or fwrite causes "application could't be started" error // on startup randomly depending on binary layout of executable file. -arearw *areaRead = (arearw *) 0; // fread; // read and write function pointers for -arearw *areaWrite = (arearw *) 0; // fwrite; // gzip save state ability -areaeof *areaEof = (areaeof *) 0; -areaseek *areaSeek = (areaseek *) 0; +arearw *areaRead = (arearw *) 0; // fread; // read and write function pointers for +arearw *areaWrite = (arearw *) 0; // fwrite; // gzip save state ability +areaeof *areaEof = (areaeof *) 0; +areaseek *areaSeek = (areaseek *) 0; +areaclose *areaClose = (areaclose *) 0; // Scan one variable and callback