diff --git a/src/nostalgia/player/main.cpp b/src/nostalgia/player/main.cpp index 1a611f9c..b3a32571 100644 --- a/src/nostalgia/player/main.cpp +++ b/src/nostalgia/player/main.cpp @@ -13,7 +13,7 @@ static ox::Error run(int argc, const char **argv) noexcept { ox::trace::init(); if (argc < 2) { - oxErrf("Please provide path to project directory or OxFS file."); + oxErr("Please provide path to project directory or OxFS file."); return OxError(1); } const auto path = argv[1];