From: Carl Worth Date: Sat, 14 Jan 2006 17:18:14 +0000 (+0000) Subject: 2006-01-14 Carl Worth X-Git-Url: https://git.cworth.org/git?p=ttt;a=commitdiff_plain;h=54c540ee6df71b5e39f4ff63d90b55e595a9209f;hp=81fa711bc04271a8c0a0926e6c198f91e797f59a 2006-01-14 Carl Worth * 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 + + * src/test-board.c (main): Remove bogus line of code which didn't + compile. + 2006-01-14 Carl Worth * 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; }