diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-27 14:11:29 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-27 14:11:29 -0400 |
commit | 85e3866192ae8436620ec27e5f659e4da0761e5d (patch) | |
tree | 2c062e4b0de6b9f26a1e83a3807bcd1da9414811 | |
parent | dcdc7933305dfe001da85fd6aade9c6f7385ef8e (diff) | |
download | spmc-85e3866192ae8436620ec27e5f659e4da0761e5d.tar.gz |
Explicit return
-rw-r--r-- | lib/str.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |