From 106ee8f30a27d60aa4e113e17ba48792cfc64e50 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 26 Nov 2009 23:13:47 +0000 Subject: This doesn't need to be u_int. --- clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clock.c') diff --git a/clock.c b/clock.c index 5711b441..b630cf84 100644 --- a/clock.c +++ b/clock.c @@ -97,7 +97,7 @@ const char clock_table[14][5][5] = { }; void -clock_draw(struct screen_write_ctx *ctx, u_int colour, int style) +clock_draw(struct screen_write_ctx *ctx, int colour, int style) { struct screen *s = ctx->s; struct grid_cell gc; -- cgit