Skip to content

Commit cde0d01

Browse files
authored
drivers/main.c: fix comment style to old C [#3437]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent b837dee commit cde0d01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3011,7 +3011,8 @@ int main(int argc, char **argv)
30113011
char ch;
30123012

30133013
close(background_pipefd[1]);
3014-
// Wait for child
3014+
3015+
/* Wait for child */
30153016
ret = read(background_pipefd[0], &ch, 1);
30163017

30173018
close(background_pipefd[0]);

0 commit comments

Comments
 (0)