summaryrefslogtreecommitdiffstats
path: root/libc/string/strcoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strcoll.c')
-rwxr-xr-xlibc/string/strcoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strcoll.c b/libc/string/strcoll.c
index 365cad5..e3b1ec3 100755
--- a/libc/string/strcoll.c
+++ b/libc/string/strcoll.c
@@ -36,5 +36,5 @@
int
strcoll(const char *s1, const char *s2)
{
- return strcmp (s1, s2);
+ return strcmp(s1, s2);
}