diff --git a/ttyclock.h b/ttyclock.h index 81634b3..370c48e 100644 --- a/ttyclock.h +++ b/ttyclock.h @@ -134,7 +134,7 @@ ttyclock_t ttyclock; const Bool number[][15] = { {1,1,1,1,0,1,1,0,1,1,0,1,1,1,1}, /* 0 */ - {0,0,1,0,0,1,0,0,1,0,0,1,0,0,1}, /* 1 */ + {1,1,0,0,1,0,0,1,0,0,1,0,1,1,1}, /* 1 */ {1,1,1,0,0,1,1,1,1,1,0,0,1,1,1}, /* 2 */ {1,1,1,0,0,1,1,1,1,0,0,1,1,1,1}, /* 3 */ {1,0,1,1,0,1,1,1,1,0,0,1,0,0,1}, /* 4 */