projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cb401bf
)
Minor cleanups.
author
Yann Dirson
<ydirson@free.fr>
Sat, 9 Nov 2013 22:44:21 +0000 (23:44 +0100)
committer
Yann Dirson
<ydirson@free.fr>
Sat, 9 Nov 2013 22:44:21 +0000 (23:44 +0100)
gnushogi/commondsp.c
patch
|
blob
|
history
diff --git
a/gnushogi/commondsp.c
b/gnushogi/commondsp.c
index
2839fc9
..
235d078
100644
(file)
--- a/
gnushogi/commondsp.c
+++ b/
gnushogi/commondsp.c
@@
-1655,7
+1655,7
@@
InputCommand(char *command)
}
else if (strcmp(s, "alg") == 0)
{
- /* noop */ ; /* alg */
+ /* noop */ ;
}
else if ((strcmp(s, "quit") == 0)
|| (strcmp(s, "exit") == 0))
@@
-1667,7
+1667,7
@@
InputCommand(char *command)
{
dsp->EditBoard();
}
- else if ((strcmp(s, "setup") == 0))
+ else if (strcmp(s, "setup") == 0)
{
dsp->SetupBoard();
}