diff options
Diffstat (limited to 'sysdeps/i386/strspn.S')
-rw-r--r-- | sysdeps/i386/strspn.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/strspn.S b/sysdeps/i386/strspn.S index fbba811c55..508aa7fd84 100644 --- a/sysdeps/i386/strspn.S +++ b/sysdeps/i386/strspn.S @@ -174,4 +174,4 @@ L4: subl %edx, %eax /* we have to return the number of valid addl $256, %esp /* remove stopset */ ret -PSEUDO_END (strspn) +END (strspn) |