summaryrefslogtreecommitdiffstats
path: root/clock.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-26 23:13:47 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-26 23:13:47 +0000
commit106ee8f30a27d60aa4e113e17ba48792cfc64e50 (patch)
tree55c7857de53458354a152ad1c3378b4d03524a43 /clock.c
parent1acf066fb97226bf178177f2521b35eb08261d7e (diff)
This doesn't need to be u_int.
Diffstat (limited to 'clock.c')
-rw-r--r--clock.c2
1 files changed, 1 insertions, 1 deletions
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;