Browse Source

new blank line for readability

David Rose 21 years ago
parent
commit
409694335d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/maya/mayaApi.cxx

+ 1 - 1
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";
     }
   }