summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window-clock.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-11-26 23:13:47 +0000
committernicm <nicm@openbsd.org>2009-11-26 23:13:47 +0000
commit87d8839f31832a59d7b2da70aa5ab6e05505b161 (patch)
tree3562f95a8d7514a2cd9727f22174e8c476791f95 /usr.bin/tmux/window-clock.c
parent- let this compile again. (diff)
downloadwireguard-openbsd-87d8839f31832a59d7b2da70aa5ab6e05505b161.tar.xz
wireguard-openbsd-87d8839f31832a59d7b2da70aa5ab6e05505b161.zip
This doesn't need to be u_int.
Diffstat (limited to 'usr.bin/tmux/window-clock.c')
-rw-r--r--usr.bin/tmux/window-clock.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/window-clock.c b/usr.bin/tmux/window-clock.c
index 44bcc5c4549..a61029a5258 100644
--- a/usr.bin/tmux/window-clock.c
+++ b/usr.bin/tmux/window-clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: window-clock.c,v 1.3 2009/11/26 21:37:13 nicm Exp $ */
+/* $OpenBSD: window-clock.c,v 1.4 2009/11/26 23:13:47 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -113,8 +113,7 @@ window_clock_draw_screen(struct window_pane *wp)
{
struct window_clock_mode_data *data = wp->modedata;
struct screen_write_ctx ctx;
- u_int colour;
- int style;
+ int colour, style;
colour = options_get_number(&wp->window->options, "clock-mode-colour");
style = options_get_number(&wp->window->options, "clock-mode-style");