Skip to content

Commit 7a00b42

Browse files
authored
Update pipe.c
1 parent 4a14b8f commit 7a00b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/src/pipe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
static int pipe_fops_open(struct dfs_fd *fd)
2121
{
22-
int rc = 0;
22+
int rc = 0;
2323
rt_device_t device;
2424
rt_pipe_t *pipe;
2525

0 commit comments

Comments
 (0)