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/strncpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/strncpy.c') diff --git a/libc/string/strncpy.c b/libc/string/strncpy.c index ea5e494c7..d93561294 100644 --- a/libc/string/strncpy.c +++ b/libc/string/strncpy.c @@ -31,7 +31,7 @@ Wchar *Wstrncpy(Wchar * __restrict s1, register const Wchar * __restrict s2, --n; } #endif - + return s1; } #ifndef WANT_WIDE -- cgit v1.2.3