X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fgetans.c;h=af882d5f9d921171742278c5a1cf1d6d612a0393;hp=919fd32d66537a9b70cd0c7c7548792b503edb77;hb=5b792c4424571f05bc2008e3109797d18d7d00d1;hpb=8e5be81f784682822f5e868c1bf3c8624682bd23 diff --git a/sbr/getans.c b/sbr/getans.c index 919fd32..af882d5 100644 --- a/sbr/getans.c +++ b/sbr/getans.c @@ -52,15 +52,15 @@ getans(char *prompt, struct swit *ansp) } cpp = brkstring(ansbuf, " ", NULL); switch (smatch(*cpp, ansp)) { - case AMBIGSW: - ambigsw(*cpp, ansp); - continue; - case UNKWNSW: - printf(" -%s unknown. Hit for help.\n", *cpp); - continue; - default: - SIGNAL(SIGINT, istat); - return cpp; + case AMBIGSW: + ambigsw(*cpp, ansp); + continue; + case UNKWNSW: + printf(" -%s unknown. Hit for help.\n", *cpp); + continue; + default: + SIGNAL(SIGINT, istat); + return cpp; } } }