[IPCONFIG]

- Add missing newlines

svn path=/trunk/; revision=67318
This commit is contained in:
Thomas Faber 2015-04-20 00:03:34 +00:00
parent 9eca3cf90b
commit f57822df48

View file

@ -542,8 +542,8 @@ VOID ShowInfo(BOOL bAll)
if (pAdapter->DhcpEnabled)
{
_tprintf(_T("\tLease Obtained. . . . . . . . . . : %s"), _tasctime(localtime(&pAdapter->LeaseObtained)));
_tprintf(_T("\tLease Expires . . . . . . . . . . : %s"), _tasctime(localtime(&pAdapter->LeaseExpires)));
_tprintf(_T("\tLease Obtained. . . . . . . . . . : %s\n"), _tasctime(localtime(&pAdapter->LeaseObtained)));
_tprintf(_T("\tLease Expires . . . . . . . . . . : %s\n"), _tasctime(localtime(&pAdapter->LeaseExpires)));
}
}
_tprintf(_T("\n"));