comparison tools/libgfx.c @ 1921:ee9bbf891352

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jun 2018 19:13:36 +0300
parents be7492a121f0
children a8e475eede4a
comparison
equal deleted inserted replaced
1920:be7492a121f0 1921:ee9bbf891352
1993 Uint8 tmp = ((Uint8) count - 2) ^ 0xff; 1993 Uint8 tmp = ((Uint8) count - 2) ^ 0xff;
1994 1994
1995 if (!dmf_write_byte(fp, tmp) || 1995 if (!dmf_write_byte(fp, tmp) ||
1996 !dmf_write_byte(fp, data)) 1996 !dmf_write_byte(fp, data))
1997 return FALSE; 1997 return FALSE;
1998
1998 *r_count = 0; 1999 *r_count = 0;
1999 } 2000 }
2000 *l_offs = offs; 2001 *l_offs = offs;
2001 } 2002 }
2002 2003