From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- libc/string/strcmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/strcmp.c') diff --git a/libc/string/strcmp.c b/libc/string/strcmp.c index 4a95ab882..5477adf3a 100644 --- a/libc/string/strcmp.c +++ b/libc/string/strcmp.c @@ -33,7 +33,7 @@ int Wstrcmp(register const Wchar *s1, register const Wchar *s2) while (((r = ((int)(*((Wuchar *)s1))) - *((Wuchar *)s2++)) == 0) && *s1++); - + return r; #endif } -- cgit v1.2.3