aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/string/strn/strncmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strn/strncmp.c b/src/string/strn/strncmp.c
index daf5be5..2c078d8 100644
--- a/src/string/strn/strncmp.c
+++ b/src/string/strn/strncmp.c
@@ -36,4 +36,3 @@ int strncmp(const char* a, const char* b, size_t length)
return r ? r : n == m ? 0 : n < m ? -1 : +1;
}
-