comparison gfxconv.c @ 547:ca5ad51c6479

Make dmConvertByte() static.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Nov 2012 22:29:30 +0200
parents e74a0e027681
children 12854cbd6fab
comparison
equal deleted inserted replaced
546:e74a0e027681 547:ca5ad51c6479
1040 return DMERR_INVALID_DATA; 1040 return DMERR_INVALID_DATA;
1041 } 1041 }
1042 } 1042 }
1043 1043
1044 1044
1045 Uint8 dmConvertByte(const Uint8 *sp, const BOOL multicolor) 1045 static Uint8 dmConvertByte(const Uint8 *sp, const BOOL multicolor)
1046 { 1046 {
1047 Uint8 byte = 0; 1047 Uint8 byte = 0;
1048 int xc; 1048 int xc;
1049 1049
1050 if (multicolor) 1050 if (multicolor)