From 0e59b999fa976de2d00490f552a1ff0a27d40f63 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 29 Jan 2017 04:55:23 +0000 Subject: Converted most types to stdint-style (fixing a few in the process). --- source/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/font.h') diff --git a/source/font.h b/source/font.h index 8a4908f..01ed497 100644 --- a/source/font.h +++ b/source/font.h @@ -58,6 +58,6 @@ static const char* font[] = " . . . ", }; -static int font_width = 8; -static int font_height = 9; +static int32_t font_width = 8; +static int32_t font_height = 9; -- cgit v1.2.3