[nostalgia/player] Cleanup

This commit is contained in:
2021-05-12 21:14:58 -05:00
parent 63f4b96d0f
commit db71c8f3e9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include "app.hpp"
ox::Error run(int argc, const char **argv) {
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.");