oops, no newline

This commit is contained in:
David Rose 2002-10-04 23:03:11 +00:00
parent b50b2f9fc3
commit 67cce38a1b
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ add_component(string str_component) {
if (handle == TypeHandle::none()) {
pgraph_cat.error()
<< "Invalid type name: " + type_name;
<< "Invalid type name: " << type_name << "\n";
return false;
} else {
@ -242,7 +242,7 @@ add_component(string str_component) {
if (handle == TypeHandle::none()) {
pgraph_cat.error()
<< "Invalid type name: " + type_name;
<< "Invalid type name: " << type_name << "\n";
return false;
} else {