File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,7 @@ InterfaceDumpFn(
7474 PrintMessageFromModule (hDllInstance , IDS_DUMP_HEADERLINE );
7575 PrintMessage (L"# Interface Configuration\n" );
7676 PrintMessageFromModule (hDllInstance , IDS_DUMP_HEADERLINE );
77- PrintMessage (L"pushd\n" );
78- PrintMessage (L"interface\n" );
77+ PrintMessage (L"pushd interface\n" );
7978 PrintMessageFromModule (hDllInstance , IDS_DUMP_NEWLINE );
8079
8180 PrintMessageFromModule (hDllInstance , IDS_DUMP_NEWLINE );
Original file line number Diff line number Diff line change @@ -350,8 +350,7 @@ IpDumpFn(
350350 PrintMessageFromModule (hDllInstance , IDS_DUMP_HEADERLINE );
351351 PrintMessage (L"# Interface IP Configuration\n" );
352352 PrintMessageFromModule (hDllInstance , IDS_DUMP_HEADERLINE );
353- PrintMessage (L"pushd\n" );
354- PrintMessage (L"interface ip\n" );
353+ PrintMessage (L"pushd interface ip\n" );
355354 PrintMessageFromModule (hDllInstance , IDS_DUMP_NEWLINE );
356355
357356 /* set required buffer size */
You can’t perform that action at this time.
0 commit comments