Skip to content

Commit 6037e4a

Browse files
committed
Fix odd indentation
1 parent ecc91ae commit 6037e4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/c-runtime-library/reference/popen-wpopen.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ Creates a pipe and executes a command.
7070
## Syntax
7171

7272
```
73-
74-
FILE *_popen(
73+
FILE *_popen(
7574
const char *command,
7675
const char *mode
7776
);

0 commit comments

Comments
 (0)