Patch by Sylvain Petreolle:
[reactos.git] / rosapps / net / telnet / src / tnetwork.cpp
index 9fc0bbb..64eed9b 100644 (file)
@@ -88,4 +88,5 @@ void TNetwork::do_naws(int width, int height) {
 void TNetwork::SetLocalAddress(char *buf) {
        local_address = new char[strlen(buf) + 1];
        strcpy(local_address, buf);
-}
\ No newline at end of file
+}
+