--- idct.h 2002/05/02 22:35:14 1.3 +++ idct.h 2002/06/12 20:38:40 1.4 @@ -3,8 +3,8 @@ void idct_int32_init(); -typedef void (idctFunc)(short * const block); -typedef idctFunc* idctFuncPtr; +typedef void (idctFunc) (short *const block); +typedef idctFunc *idctFuncPtr; extern idctFuncPtr idct; @@ -16,4 +16,4 @@ idctFunc idct_altivec; -#endif /* _IDCT_H_ */ +#endif /* _IDCT_H_ */