projects
/
ttt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81fa711
)
2006-01-14 Carl Worth <cworth@cworth.org>
author
Carl Worth
<carl@theworths.org>
Sat, 14 Jan 2006 17:18:14 +0000
(17:18 +0000)
committer
Carl 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
patch
|
blob
|
history
src/test-board.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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:
diff --git
a/src/test-board.c
b/src/test-board.c
index 4f151bc87908ff5b605397596d199ac62f7cff03..0ec4e24275565ff3c2cdec05b229d7914db0a9f2 100644
(file)
--- 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;
}