Skip to content

Commit

Permalink
Moved IoErrorUnknown in last postion.
Browse files Browse the repository at this point in the history
  • Loading branch information
herve-er committed May 2, 2024
1 parent c895c45 commit d315098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcommon/utility/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ typedef enum {
IoErrorIsADirectory,
IoErrorNoSuchFileOrDirectory,
IoErrorResultOutOfRange,
IoErrorUnknown,
IoErrorInvalidDirectoryIterator
IoErrorInvalidDirectoryIterator,
IoErrorUnknown
} IoError;

struct ItemType {
Expand Down

0 comments on commit d315098

Please sign in to comment.