diff --git a/src/blupi.cxx b/src/blupi.cxx index c0fb628..7abb1b5 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -1132,7 +1132,7 @@ main (int argc, char * argv[]) } _argv.push_back (nullptr); - SDL_Log ("Reload the game from %s", argv0.c_str ()); + SDL_Log ("Reload the game from %s", argv0.c_str ()); execv (argv0.c_str (), const_cast (&_argv[0])); }