X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcommondsp.c;h=235d078bae865ac8f38108f660e802cad8e66c74;hb=8894d0142f40f24dc328f4f2f148220702e17b29;hp=2839fc90afee454169b2e493e0eed1d979e0b76e;hpb=cb401bf103d908c88d29446c44e6810505ed8563;p=gnushogi.git diff --git a/gnushogi/commondsp.c b/gnushogi/commondsp.c index 2839fc9..235d078 100644 --- 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(); }