aboutsummaryrefslogtreecommitdiff
path: root/lib/str.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/str.c')
-rw-r--r--lib/str.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/str.c b/lib/str.c
index 55e1c79..074bdb1 100644
--- a/lib/str.c
+++ b/lib/str.c
@@ -438,6 +438,7 @@ static int _strsort_numeric_compare(const void *a, const void *b) {
return 1;
}
}
+ return 0;
}
static int _strsort_asc_compare(const void *a, const void *b) {