diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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; } |
