]> diplodocus.org Git - nmh/blobdiff - sbr/read_switch_multiword.c
Replace printf("%s\n", foo) with puts(foo).
[nmh] / sbr / read_switch_multiword.c
index f653a7fe6b01ac5ae7c76ffd97c60079c6061f33..582e11f92e0c71d280baef027aa3a537e69e55d4 100644 (file)
@@ -74,7 +74,7 @@ read_switch_multiword (const char *prompt, const struct swit *ansp)
        }
        *cp = '\0';
        if (ansbuf[0] == '?' || cp == ansbuf) {
-           printf ("Options are:\n");
+           puts("Options are:");
            print_sw (ALL, ansp, "", stdout);
            continue;
        }