From: Carl Worth <carl@theworths.org>
Date: Sat, 14 Jan 2006 17:18:14 +0000 (+0000)
Subject: 2006-01-14  Carl Worth  <cworth@cworth.org>
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=54c540ee6df71b5e39f4ff63d90b55e595a9209f;p=ttt

2006-01-14  Carl Worth  <cworth@cworth.org>

        * src/test-board.c (main): Remove bogus line of code which didn't
        compile.
---

diff --git a/ChangeLog b/ChangeLog
index eba582e..960931f 100644
--- 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:
diff --git a/src/test-board.c b/src/test-board.c
index 4f151bc..0ec4e24 100644
--- a/src/test-board.c
+++ b/src/test-board.c
@@ -56,7 +56,7 @@ main (void)
     }
     
     ttt_board_write (&board, stdout);
-    ttt_board_init_from_string (&board, s);
-    printf ("\n");    
+    printf ("\n");
+
     return 0;
 }