Skip to content

Commit b65f0c9

Browse files
committed
better fix for typo
1 parent ec50265 commit b65f0c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/sys/vfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct vfs *_vfs_open_host(void) _IMPL("filesys/fs9p/fs9p_vfs.c");
5454

5555
struct vfs *_vfs_open_fat_handle(vfs_file_t *handle) _IMPL("filesys/fatfs/fatfs_vfs.c");
5656
struct vfs *_vfs_open_fat_file(const char *name) _IMPL("filesys/fatfs/fatfs_vfs.c");
57-
struct vfs_file_t *_sdmm_open(int pclk, int pss, int pdi, int pdo) _IMPL("filesys/block/sdmm_vfs.c");
57+
vfs_file_t *_sdmm_open(int pclk, int pss, int pdi, int pdo) _IMPL("filesys/block/sdmm_vfs.c");
5858

5959
/* legacy calls */
6060
struct vfs *_vfs_open_sdcard(void) _IMPL("filesys/block/sdmm_vfs.c");

0 commit comments

Comments
 (0)