mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 13:23:50 +00:00
const.
This commit is contained in:
parent
f6001f9ffc
commit
f1aa1ff57f
1 changed files with 2 additions and 2 deletions
4
clock.c
4
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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue