Skip to content

Commit f20e897

Browse files
GuEe-GUIRbb666
authored andcommitted
[DFS/ISO9660] Remove warning for ops
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 5a455cb commit f20e897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dfs/dfs_v1/filesystems/iso9660/dfs_iso9660.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ static int dfs_iso9660_close(struct dfs_file *fd)
391391
return 0;
392392
}
393393

394-
static int dfs_iso9660_read(struct dfs_file *fd, void *buf, size_t count)
394+
static ssize_t dfs_iso9660_read(struct dfs_file *fd, void *buf, size_t count)
395395
{
396396
rt_uint32_t pos;
397397
void *buf_ptr;

0 commit comments

Comments
 (0)