mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 08:41:41 +00:00
[IPCONFIG]
- Add missing newlines svn path=/trunk/; revision=67318
This commit is contained in:
parent
9eca3cf90b
commit
f57822df48
1 changed files with 2 additions and 2 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue