]> git.cworth.org Git - mnemon/blobdiff - mnemon.c
Print success count as it increments.
[mnemon] / mnemon.c
index 25ba65fac17040f6b6600c6defa9d0bebcf1638f..f80d67b10a15ede75c5095b005513dbb4622307e 100644 (file)
--- a/mnemon.c
+++ b/mnemon.c
@@ -703,7 +703,7 @@ mnemon_do_challenges (mnemon_t *mnemon,
            } else if (item->count == 1) {
                printf ("On your first try, no less!");
            } else {
            } else if (item->count == 1) {
                printf ("On your first try, no less!");
            } else {
-               printf ("Masterful.");
+               printf ("Masterful (%dx).", item->count);
            }
        } else {
            printf ("  %s is the correct answer.",
            }
        } else {
            printf ("  %s is the correct answer.",