diff --git a/pandatool/src/maya/mayaApi.cxx b/pandatool/src/maya/mayaApi.cxx index 59596b8da0..659b14cae1 100644 --- a/pandatool/src/maya/mayaApi.cxx +++ b/pandatool/src/maya/mayaApi.cxx @@ -196,7 +196,7 @@ open_api(string program_name) { << "This program was compiled using Maya version " << compiled_version << ", but you are now running it with Maya version " << simple_runtime_version - << ". The program may crash or produce incorrect results.\n"; + << ". The program may crash or produce incorrect results.\n\n"; } }