aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-27 20:44:07 +0200
committerAdam <adammegarules1@gmail.com>2026-07-27 20:44:07 +0200
commitab198bd13a44344989c34ee1fda1e56fa00cbe1f (patch)
tree202f3c7b5ecc19a6fa3e45124a49d341b914eba0 /src/main.cpp
parent51d27e1ab9058c9e0fafb399e22edf7b38470510 (diff)
making it uci compatible
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7b7e6fe..dea578b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -46,6 +46,6 @@ int main(int argc, char **argv) {
if (argc > 1 && std::string(argv[1]) == "--repl")
return startREPL();
- UciInit();
+ Uci();
return 0;
}