X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=test%2Fval%2Fcq715.c;h=0fe8641592df50319c01b4a98a873ed6c05cef26;hb=74455508314bc2b007e812ec5f9429496b9fbd5f;hp=fec9c617048d5f15325e3c95cc79fb265e23bf5d;hpb=fed3179d3b180ca05ca5ad5037b06e7612d5459f;p=cc65 diff --git a/test/val/cq715.c b/test/val/cq715.c index fec9c6170..0fe864159 100644 --- a/test/val/cq715.c +++ b/test/val/cq715.c @@ -105,9 +105,9 @@ int x, y, z; *********************************************************************************************/ #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);*/ @@ -132,7 +132,7 @@ int main(int n,char **args) { int j; static struct defs d0, *pd0; - + d0.flgs = 1; /* These flags dictate */ d0.flgm = 1; /* the verbosity of */ d0.flgd = 1; /* the program. */