about summary refs log tree commit diff
path: root/sysdeps/s390/bits/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/bits/string.h')
-rw-r--r--sysdeps/s390/bits/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/bits/string.h b/sysdeps/s390/bits/string.h
index 76e16d980b..6e5db9cde3 100644
--- a/sysdeps/s390/bits/string.h
+++ b/sysdeps/s390/bits/string.h
@@ -132,7 +132,7 @@ strncat (char *__dest, __const char *__src, size_t __n)
 			  "   la   %1,1(%1)\n"
 			  "   brct %2,1b\n"
 			  "   la   %0,0(%0,%1)\n"
-			  "   xc   0(1,%0),0(%0\n)"
+			  "   xc   0(1,%0),0(%0)\n"
 			  "2:"
 			  : "+&a" (__dest), "+&a" (__src), "+&d" (__n) :
 			  : "cc", "memory", "0" );