From 0696fe759529ede91b1656acb9c0ad86778265ce Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Nov 2000 07:32:34 +0000 Subject: (main): Fix typo. --- string/bug-strncat1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/bug-strncat1.c b/string/bug-strncat1.c index e77f2e90ae..3491aa7d1f 100644 --- a/string/bug-strncat1.c +++ b/string/bug-strncat1.c @@ -23,7 +23,7 @@ main (void) } if (d[2] != '\2') { - puts ("d[2] != '\\3'"); + puts ("d[2] != '\\2'"); exit (1); } -- cgit 1.4.1