X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/38efa847bbbb0f0bfaca90d7665bfe21de725f99..2ae2b2b449d5d8fc868e27d7b2ad920b99311ad7:/uip/flist.c diff --git a/uip/flist.c b/uip/flist.c index bced89fd..dac84d50 100644 --- a/uip/flist.c +++ b/uip/flist.c @@ -58,7 +58,7 @@ static struct swit switches[] = { #define VERSIONSW 13 { "version", 0 }, #define HELPSW 14 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -278,7 +278,7 @@ main(int argc, char **argv) ScanFolders(); qsort(folders, nFolders, sizeof(struct Folder), (qsort_comp) CompareFolders); PrintFolders(); - done (0); + return done (0); } /*