From: Carl Worth Date: Thu, 19 Apr 2007 05:36:10 +0000 (-0700) Subject: Print success count as it increments. X-Git-Url: https://git.cworth.org/git?p=mnemon;a=commitdiff_plain;h=c8351131dab5b541b3c29684e5b1ad6a995b79f4 Print success count as it increments. --- diff --git a/mnemon.c b/mnemon.c index 25ba65f..f80d67b 100644 --- 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 { - printf ("Masterful."); + printf ("Masterful (%dx).", item->count); } } else { printf (" %s is the correct answer.",