]> git.cworth.org Git - wordgame/commitdiff
Print board before result summary
authorCarl Worth <cworth@raht.cworth.org>
Thu, 21 Sep 2006 09:16:28 +0000 (02:16 -0700)
committerCarl Worth <cworth@raht.cworth.org>
Thu, 21 Sep 2006 09:16:28 +0000 (02:16 -0700)
grid.c

diff --git a/grid.c b/grid.c
index 97ba7d7f3c2306e8921bf81b6e97af18d939849d..5b57a51964d01d9a7286c679504d6d241cf762c0 100644 (file)
--- a/grid.c
+++ b/grid.c
@@ -229,7 +229,9 @@ main (void)
        minutes = remaining / 60;
     } while (remaining > 0);
 
        minutes = remaining / 60;
     } while (remaining > 0);
 
-    printf ("\nWords you found:\n");
+    board_print (&board);
+
+    printf ("Words you found:\n");
     found = dict_print_by_length_if (&solution, seen_predicate);
 
     printf ("\nWords you missed:\n");
     found = dict_print_by_length_if (&solution, seen_predicate);
 
     printf ("\nWords you missed:\n");