X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fcomp.c;h=5b9a9f14934bf0ece41c3eb991008cad6a253b9b;hb=40821f5c1316e9205a08375e7075909cc9968e7d;hp=a256f71276cd0edea2ba84c5a67d077f4ddd9e31;hpb=ff99b7b6299a8ebe433a31f7bf15b158e9dcdea8;p=mmh diff --git a/uip/comp.c b/uip/comp.c index a256f71..5b9a9f1 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -199,26 +199,26 @@ try_it_again: if (!(argp = getans("\nDisposition? ", aqrunl))) done(1); switch (i = smatch(*argp, aqrunl)) { - case NOSW: - done(0); - case NEWSW: - use = NOUSE; - goto try_it_again; - case YESW: - break; - case USELSW: - use++; - goto edit_it; - case LISTDSW: - showfile(++argp, drft); - break; - case REFILSW: - if (refile(++argp, drft) == 0) - i = YESW; - break; - default: - advise(NULL, "say what?"); - break; + case NOSW: + done(0); + case NEWSW: + use = NOUSE; + goto try_it_again; + case YESW: + break; + case USELSW: + use++; + goto edit_it; + case LISTDSW: + showfile(++argp, drft); + break; + case REFILSW: + if (refile(++argp, drft) == 0) + i = YESW; + break; + default: + advise(NULL, "say what?"); + break; } } } else if (use) {