X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/90edb255effd0d29d94e662ca5bf3e9eda7ed122..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/uip/inc.c?ds=sidebyside 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