[IPCONFIG]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 20 Apr 2015 00:03:34 +0000 (00:03 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 20 Apr 2015 00:03:34 +0000 (00:03 +0000)
- Add missing newlines

svn path=/trunk/; revision=67318

reactos/base/applications/network/ipconfig/ipconfig.c

index cd720a7..097715c 100644 (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"));