*
1 files changed, 1 insertions(+), 1 deletions(-) M chr6.c
M chr6.c => chr6.c +1 -1
@@ 418,7 418,7 @@ init(void) return error("pixels", "failed to allocate memory"); for(i = 0; i < HEIGHT; i++) for(j = 0; j < WIDTH; j++) - pixels[i * WIDTH + j] = 0x000000; + pixels[i * WIDTH + j] = color1; return 1; }