aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-03-27 14:11:29 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-03-27 14:11:29 -0400
commit85e3866192ae8436620ec27e5f659e4da0761e5d (patch)
tree2c062e4b0de6b9f26a1e83a3807bcd1da9414811 /lib
parentdcdc7933305dfe001da85fd6aade9c6f7385ef8e (diff)
downloadspmc-85e3866192ae8436620ec27e5f659e4da0761e5d.tar.gz
Explicit return
Diffstat (limited to 'lib')
-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) {