]> git.cworth.org Git - ttt/blobdiff - src/test-board.c
2006-01-14 Carl Worth <cworth@cworth.org>
[ttt] / src / test-board.c
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;
 }