Fix typo in 3bcba0ef360b
Former-commit-id: 4fcf93afb9a154cf92163cecdb3e8b7493d0aa71
This commit is contained in:
parent
14d986c87a
commit
e409a6cf23
|
@ -145,7 +145,7 @@ enum FileTimeType
|
||||||
{
|
{
|
||||||
FileTime_LastAccess, /* Last access (not available on FAT) */
|
FileTime_LastAccess, /* Last access (not available on FAT) */
|
||||||
FileTime_Created, /* Creation (not available on FAT) */
|
FileTime_Created, /* Creation (not available on FAT) */
|
||||||
FileTime_LastChang, /* Last modification */
|
FileTime_LastChange, /* Last modification */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user