new blank line for readability

This commit is contained in:
David Rose 2005-01-17 23:08:29 +00:00
parent 40b212087b
commit 409694335d

View File

@ -196,7 +196,7 @@ open_api(string program_name) {
<< "This program was compiled using Maya version " << compiled_version << "This program was compiled using Maya version " << compiled_version
<< ", but you are now running it with Maya version " << ", but you are now running it with Maya version "
<< simple_runtime_version << simple_runtime_version
<< ". The program may crash or produce incorrect results.\n"; << ". The program may crash or produce incorrect results.\n\n";
} }
} }