mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 23:07:20 +08:00
cpukit/libfs/dosfs: Use enum values for enum init
This commit is contained in:
committed by
Joel Sherrill
parent
894ce51cd5
commit
b0bd4bff49
@@ -44,7 +44,7 @@ int msdos_mknod(
|
||||
)
|
||||
{
|
||||
int rc = RC_OK;
|
||||
fat_file_type_t type = 0;
|
||||
fat_file_type_t type = FAT_DIRECTORY;
|
||||
|
||||
/*
|
||||
* Figure out what type of msdos node this is.
|
||||
|
||||
Reference in New Issue
Block a user