X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=test%2Fval%2Fcq757.c;h=cf28f79e38b1fd9da3645ea9521e791882d567e6;hb=74455508314bc2b007e812ec5f9429496b9fbd5f;hp=60b588555fa55a724cfb67fdc1ce1dd6c7f4d4f1;hpb=91e21ae024ec7de6fd2cc2fd40a5d1aa9811d0ad;p=cc65 diff --git a/test/val/cq757.c b/test/val/cq757.c index 60b588555..cf28f79e3 100644 --- a/test/val/cq757.c +++ b/test/val/cq757.c @@ -289,9 +289,9 @@ int s757(struct defs *pd0){ *********************************************************************************************/ #ifndef NO_TYPELESS_STRUCT_PTR - int section(int j,struct* pd0){ + int section(int j,struct* pd0){ #else - int section(int j,void* pd0){ + int section(int j,void* pd0){ #endif switch(j){ case 0: return s26(pd0);