diff options
Diffstat (limited to 'usr.bin/tmux/clock.c')
-rw-r--r-- | usr.bin/tmux/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/clock.c b/usr.bin/tmux/clock.c index 4dec04bda32..f244ba117a3 100644 --- a/usr.bin/tmux/clock.c +++ b/usr.bin/tmux/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.4 2009/09/10 17:16:24 nicm Exp $ */ +/* $OpenBSD: clock.c,v 1.5 2009/11/26 23:13:47 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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; |