Fix some no-newline-at-end-of-file warnings

This was SVN commit r6819.
This commit is contained in:
Ykkrosh 2009-04-13 17:45:43 +00:00
parent 8b5766d71c
commit 5bd6cc0f02
2 changed files with 2 additions and 2 deletions

View File

@ -544,4 +544,4 @@ void GetValueAndVariation(CXeromyces XeroFile, XMBElement parent, CStr& value, C
variation = child.GetText();
}
}
}
}

View File

@ -902,4 +902,4 @@ bool CNetServerSession::HandshakeHandler(
delete pMessage;
return true;
}*/
}*/