summaryrefslogtreecommitdiff
path: root/libc/string/strncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strncpy.c')
-rw-r--r--libc/string/strncpy.c2
1 files changed, 1 insertions, 1 deletions
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