summaryrefslogtreecommitdiff
path: root/textscreen/txt_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_io.c')
-rw-r--r--textscreen/txt_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_io.c b/textscreen/txt_io.c
index 96a6e911..1e8106e7 100644
--- a/textscreen/txt_io.c
+++ b/textscreen/txt_io.c
@@ -59,7 +59,7 @@ static txt_color_t bgcolor = TXT_COLOR_BLACK;
static int GetColorForName(char *s)
{
- int i;
+ size_t i;
for (i=0; i<sizeof(colors) / sizeof(*colors); ++i)
{