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 90aef42..5b4413e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ int main(int argc, char* argv[]) setupLogging(); fud::String filename{"Excel Saga Vol. 01/000.jpg"}; - return bookworm::demo(filename); + return bookmouse::demo(filename); #if 0 bookmouse::BookmouseApp bookmouse{}; |