make gcc happy

svn-id: r6949
This commit is contained in:
Jonathan Gray 2003-04-09 21:56:50 +00:00
parent 7f6fca1528
commit 8c4d7e2d97

View File

@ -1037,7 +1037,7 @@ next_iter:
void Gdi::decodeStripEGA(byte *dst, byte *src, int height) {
byte data, color, color2;
byte data, color = 0, color2 = 0;
int run = 1;
byte *t_dst = dst;
int t_height = height;