]> git.cworth.org Git - ttt/commitdiff
2006-01-14 Carl Worth <cworth@cworth.org>
authorCarl Worth <carl@theworths.org>
Sat, 14 Jan 2006 17:18:14 +0000 (17:18 +0000)
committerCarl Worth <carl@theworths.org>
Sat, 14 Jan 2006 17:18:14 +0000 (17:18 +0000)
        * src/test-board.c (main): Remove bogus line of code which didn't
        compile.

ChangeLog
src/test-board.c

index eba582e196508837177c27f708133aeff52df892..960931ff7beb425fb8cd3c636e1e328d861041ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-14  Carl Worth  <cworth@cworth.org>
+
+       * src/test-board.c (main): Remove bogus line of code which didn't
+       compile.
+
 2006-01-14  Carl Worth  <cworth@cworth.org>
 
        * Makefile.am:
index 4f151bc87908ff5b605397596d199ac62f7cff03..0ec4e24275565ff3c2cdec05b229d7914db0a9f2 100644 (file)
@@ -56,7 +56,7 @@ main (void)
     }
     
     ttt_board_write (&board, stdout);
-    ttt_board_init_from_string (&board, s);
-    printf ("\n");    
+    printf ("\n");
+
     return 0;
 }