From d45a1f824c1ecc2c295a960b9c9901a6bf8d6701 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 19 Jul 2015 12:56:03 +0200 Subject: [PATCH] Bugfix Wretrun-type --- discspan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/discspan.c b/discspan.c index 7fb0b4d..875d1a2 100644 --- a/discspan.c +++ b/discspan.c @@ -102,6 +102,7 @@ int cmpfunc(const void * filea, const void * fileb) return -1; if(a == b) return 0; + return -2; } void filesize_sort(const char *input, const char *output) -- 2.39.5