Skip to content

Commit 68e3761

Browse files
author
Colin Robertson
committed
Lint extra spaces.
1 parent 100a54a commit 68e3761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/error-messages/tool-errors/linker-tools-error-lnk1000.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ms.workload: ["cplusplus"]
1414
---
1515
# Linker Tools Error LNK1000
1616

17-
> unknown error; consult documentation for technical support options
18-
19-
Note the circumstances of the error, then try to isolate the problem and create a reproducible test case. For information on how to investigate and report these errors, see [How to report a problem with the Visual C++ toolset or documentation](../../how-to-report-a-problem-with-the-visual-cpp-toolset).
20-
17+
> unknown error; consult documentation for technical support options
18+
19+
Note the circumstances of the error, then try to isolate the problem and create a reproducible test case. For information on how to investigate and report these errors, see [How to report a problem with the Visual C++ toolset or documentation](../../how-to-report-a-problem-with-the-visual-cpp-toolset).
20+
2121
You may get this error if you mix standard header files (for example, Windows.h) and your own files. Include a precompiled header, if any, first, then the standard headers, followed by your own header files.

0 commit comments

Comments
 (0)