X-Git-Url: https://git.cworth.org/git?p=mnemon;a=blobdiff_plain;f=mnemon.c;h=1eebd20df491681e42a21190451ec55116f3893b;hp=67b5889dcfa1040d56c17a33bad250906bd94420;hb=698b08fa45715b2d24f311c041f3858decbd21d6;hpb=c99ea4af83e849df05018d4e72121f8f73de8bd2 diff --git a/mnemon.c b/mnemon.c index 67b5889..1eebd20 100644 --- a/mnemon.c +++ b/mnemon.c @@ -637,8 +637,10 @@ mnemon_do_challenges (mnemon_t *mnemon) printf ("%s\n", item->challenge); response = readline ("> "); - if (response == NULL) + if (response == NULL) { + printf ("\n"); break; + } correct = (strcmp (response, item->response) == 0);