view etc/gray1.xbm @ 5262:75bcb5bef459

Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake. src/ChangeLog addition: 2010-09-07 Aidan Kehoe <kehoea@parhasard.net> * fns.c (Freplace): Replace an accidental double semi-colon with a single semi-colon, hopefully fixing Vin's Visual Studio 6 build. (Visual Studio 2005 had no problem with it, oddly.)
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 07 Sep 2010 17:03:46 +0100
parents 376386a54a3c
children 7910031dd78a
line wrap: on
line source

#define bg2_width 16
#define bg2_height 16
static char bg2_bits[] = {
  0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
  0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
  0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};