From dd7d7e3f138d1835d153c316f3d771e40dc641ba Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 31 Jul 2008 15:21:24 +0000 Subject: Synch with trunk at rev 22997. Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso --- test/string/tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/string/tester.c') diff --git a/test/string/tester.c b/test/string/tester.c index 647b8c174..ac1b90118 100644 --- a/test/string/tester.c +++ b/test/string/tester.c @@ -1089,7 +1089,7 @@ test_memcmp (void) { int i, cnt = 1; char one[21], two[21]; - + it = "memcmp"; check(memcmp("a", "a", 1) == 0, cnt++); /* Identity. */ check(memcmp("abc", "abc", 3) == 0, cnt++); /* Multicharacter. */ -- cgit v1.2.3