From af82537ec1784cf8d3318a3415a7cef35aa6deaf Mon Sep 17 00:00:00 2001 From: dimxy Date: Thu, 2 May 2019 18:39:37 +0500 Subject: [PATCH] corr func name --- src/cc/prices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index 123bd142d..61d188af2 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -632,7 +632,7 @@ static std::string prices_invertpair(const std::string &pair) } // invert pairs in operation accordingly to "/" operator -static void prices_invert(const std::vector &vexpr, int p, std::vector &voperation) +static void prices_invertoperation(const std::vector &vexpr, int p, std::vector &voperation) { int need;