X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=uci.c;h=a2e56072bde6be714ef023730b6e2aa01a312b0b;hb=966cbbc337b0beb4f230a3ba0498dab9b3a59591;hp=17145a768ee9ba39304e895f901e788405394623;hpb=a009a27e8c1e0bfa818f12fdcae675d0babc510a;p=xboard.git diff --git a/uci.c b/uci.c index 17145a7..a2e5607 100644 --- a/uci.c +++ b/uci.c @@ -5,7 +5,7 @@ * * Copyright 2006 Alessandro Scotti * - * Enhancement Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * Enhancement Copyright 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * @@ -20,7 +20,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/. + * along with this program. If not, see http://www.gnu.org/licenses/. * * ------------------------------------------------------------------------ */ @@ -31,7 +31,7 @@ #include "common.h" #include "backend.h" -Boolean GetArgValue(char *a); +Boolean GetArgValue(char *a); void InitEngineUCI (const char *iniDir, ChessProgramState *cps)