summaryrefslogtreecommitdiff
path: root/libc/string/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/string.c')
-rw-r--r--libc/string/string.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/string/string.c b/libc/string/string.c
index d672e77..3c14e56 100644
--- a/libc/string/string.c
+++ b/libc/string/string.c
@@ -42,10 +42,11 @@ const char * str;
#ifdef PARANOID
push es
- push ds ; Im not sure if this is needed, so just in case.
+ push ds ! Im not sure if this is needed, so just in case.
pop es
cld
-#endif ! This is almost the same as memchr, but it can
+#endif
+ ! This is almost the same as memchr, but it can
! stay as a special.
#if __FIRST_ARG_IN_AX__