Updated copyright notice to 2013
[xboard.git] / uci.c
diff --git a/uci.c b/uci.c
index e0dfb15..17145a7 100644 (file)
--- a/uci.c
+++ b/uci.c
@@ -5,7 +5,7 @@
  *
  * Copyright 2006 Alessandro Scotti
  *
- * Enhancement Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+ * Enhancement Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
  *
  * ------------------------------------------------------------------------
  *
@@ -33,7 +33,8 @@
 #include "backend.h"
 Boolean GetArgValue(char *a);                          
 
-void InitEngineUCI( const char * iniDir, ChessProgramState * cps )
+void
+InitEngineUCI (const char *iniDir, ChessProgramState *cps)
 {   // replace engine command line by adapter command with expanded meta-symbols
     if( cps->isUCI ) {
         char *p, *q;