mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-27 02:23:15 +01:00
const.
This commit is contained in:
parent
f6001f9ffc
commit
f1aa1ff57f
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>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
|
||||||
char clock_table[14][5][5] = {
|
const char clock_table[14][5][5] = {
|
||||||
{ { 1,1,1,1,1 }, /* 0 */
|
{ { 1,1,1,1,1 }, /* 0 */
|
||||||
{ 1,0,0,0,1 },
|
{ 1,0,0,0,1 },
|
||||||
{ 1,0,0,0,1 },
|
{ 1,0,0,0,1 },
|
||||||
|
Loading…
Reference in New Issue
Block a user