X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/38efa847bbbb0f0bfaca90d7665bfe21de725f99..e66e25ec491d0fb3df708000d8494b4d598f0263:/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); } /*