changeset 547:ca5ad51c6479

Make dmConvertByte() static.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Nov 2012 22:29:30 +0200
parents e74a0e027681
children 3c968e027a58
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Thu Nov 22 22:29:16 2012 +0200
+++ b/gfxconv.c	Thu Nov 22 22:29:30 2012 +0200
@@ -1042,7 +1042,7 @@
 }
 
 
-Uint8 dmConvertByte(const Uint8 *sp, const BOOL multicolor)
+static Uint8 dmConvertByte(const Uint8 *sp, const BOOL multicolor)
 {
     Uint8 byte = 0;
     int xc;