summaryrefslogtreecommitdiff
path: root/libc/string/arm/strncmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/arm/strncmp.S')
-rw-r--r--libc/string/arm/strncmp.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/string/arm/strncmp.S b/libc/string/arm/strncmp.S
index 6f478b5ed..39344db75 100644
--- a/libc/string/arm/strncmp.S
+++ b/libc/string/arm/strncmp.S
@@ -29,10 +29,10 @@
* by Erik Andersen <andersen@codepoet.org>
*/
- .text
- .global strncmp;
- .type strncmp,%function
- .align 4; \
+.text
+.global strncmp
+.type strncmp,%function
+.align 4
strncmp:
/* if ((len - 1) < 0) return 0 */