X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/90edb255effd0d29d94e662ca5bf3e9eda7ed122..f14e2d4d32d2c01cb39a59dc8aa577e26a9990ca:/uip/inc.c?ds=inline diff --git a/uip/inc.c b/uip/inc.c index aadfe98b..069e3ce5 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -176,10 +176,9 @@ maildir_srt(const void *va, const void *vb) const struct Maildir_entry *a = va, *b = vb; if (a->mtime > b->mtime) return 1; - else if (a->mtime < b->mtime) + if (a->mtime < b->mtime) return -1; - else - return 0; + return 0; } int