From d4ded09e17c607c6f814e398aea9ea559c35f8ee Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Thu, 6 Jan 2011 00:34:51 +0200 Subject: [PATCH 1/1] Fix variable naming in prototypes at uci.cpp Signed-off-by: Marco Costalba --- src/uci.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uci.cpp b/src/uci.cpp index 28cbacb3..a7a61cec 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -49,10 +49,10 @@ namespace { typedef istringstream UCIParser; // Local functions - void set_option(UCIParser& uip); - void set_position(Position& pos, UCIParser& uip); - bool go(Position& pos, UCIParser& uip); - void perft(Position& pos, UCIParser& uip); + void set_option(UCIParser& up); + void set_position(Position& pos, UCIParser& up); + bool go(Position& pos, UCIParser& up); + void perft(Position& pos, UCIParser& up); } -- 2.39.2