summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzttool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zttool.c b/zttool.c
index f40b04b..7c75a12 100755
--- a/zttool.c
+++ b/zttool.c
@@ -299,8 +299,8 @@ static void show_span(int span)
newtComponent syncsrc;
newtComponent irqmisses;
- char s1[] = " 1111111111122222222333";
- char s2[] = "1234567890123455678912345789012";
+ char s1[] = " 1111111111222222222333";
+ char s2[] = "1234567890123456789012345789012";
int max;
struct newtExitStruct es;