# HG changeset patch # User Matti Hamalainen # Date 1567496662 -10800 # Node ID f367677a5b21bbbfe082062e8f4bb6db2e5ec41b # Parent 5abb81daadd52234149534d6b1fbb7aaca8b7dc9 Cosmetic. diff -r 5abb81daadd5 -r f367677a5b21 tools/lib64gfx.h --- a/tools/lib64gfx.h Tue Sep 03 10:41:21 2019 +0300 +++ b/tools/lib64gfx.h Tue Sep 03 10:44:22 2019 +0300 @@ -25,8 +25,8 @@ // Bitmap constants #define D64_SCR_WIDTH 320 #define D64_SCR_HEIGHT 200 -#define D64_SCR_CH_WIDTH (D64_SCR_WIDTH/8) -#define D64_SCR_CH_HEIGHT (D64_SCR_HEIGHT/8) +#define D64_SCR_CH_WIDTH (D64_SCR_WIDTH / 8) +#define D64_SCR_CH_HEIGHT (D64_SCR_HEIGHT / 8) #define D64_SCR_FULL_WIDTH 384 #define D64_SCR_FULL_HEIGHT 272