X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/600d446465259dea809dd1223d0e727585ddac6b..fc5bc39368b0c7e05bb5c62a84c44e3bdcbbb1c2:/sbr/read_switch_multiword.c diff --git a/sbr/read_switch_multiword.c b/sbr/read_switch_multiword.c index ff75a016..9c123673 100644 --- a/sbr/read_switch_multiword.c +++ b/sbr/read_switch_multiword.c @@ -42,7 +42,7 @@ read_switch_multiword (const char *prompt, const struct swit *ansp) cp = ansbuf; while ((i = getchar ()) != '\n') { if (i == EOF) { - /* + /* * If we get an EOF, return */ if (feof(stdin)) @@ -56,11 +56,11 @@ read_switch_multiword (const char *prompt, const struct swit *ansp) if (ferror(stdin)) { if (errno == EINTR) { - clearerr(stdin); + clearerr(stdin); continue; } fprintf(stderr, "\nError %s during read\n", - strerror(errno)); + strerror(errno)); siglongjmp (sigenv, 1); }