Update pipe.c

This commit is contained in:
Bernard Xiong 2019-12-18 23:19:54 +08:00 committed by GitHub
parent 4a14b8f59a
commit 7a00b42e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
static int pipe_fops_open(struct dfs_fd *fd)
{
int rc = 0;
int rc = 0;
rt_device_t device;
rt_pipe_t *pipe;