X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fflist.c;h=dac84d509ede5ea75b8cbe566528aaaa35fdc7bc;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=bced89fd26b99d0f9803b0be86319a72a0e6b5c4;hpb=38efa847bbbb0f0bfaca90d7665bfe21de725f99;p=mmh diff --git a/uip/flist.c b/uip/flist.c index bced89f..dac84d5 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); } /*