changeset 2323:f367677a5b21

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Sep 2019 10:44:22 +0300
parents 5abb81daadd5
children dc79c64f158c
files tools/lib64gfx.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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