summaryrefslogtreecommitdiffstats
path: root/clock.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-03-27 16:59:57 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-03-27 16:59:57 +0000
commitf1aa1ff57fb1a724f6bb2037f816900bbdd4db71 (patch)
tree4cad55e7a1797dfbbe4e7bc84fb9f6c32bfe6c29 /clock.c
parentf6001f9ffc269dfec3c84f4f25d9561d845b8b01 (diff)
const.
Diffstat (limited to 'clock.c')
-rw-r--r--clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clock.c b/clock.c
index df54b290..9f7d1c0e 100644
--- a/clock.c
+++ b/clock.c
@@ -1,4 +1,4 @@
-/* $Id: clock.c,v 1.2 2009-01-19 19:01:11 nicm Exp $ */
+/* $Id: clock.c,v 1.3 2009-03-27 16:59:57 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -23,7 +23,7 @@
#include "tmux.h"
-char clock_table[14][5][5] = {
+const char clock_table[14][5][5] = {
{ { 1,1,1,1,1 }, /* 0 */
{ 1,0,0,0,1 },
{ 1,0,0,0,1 },