small typos
Brought to you by:
gaffer
file convert.c (in win version) of tinyPTC 0.8, line 175
reads:
void ptc_convert_32_to_16_bgr555(void *src,void
*dst,int pixels)
{
#ifdef __PTC_MMX__
mmx_convert_32_to_16_rgb555(dst,src,pixels);
...
while obviously should read:
mmx_convert_32_to_16_bgr555(dst,src,pixels);