Skip to content

Commit

Permalink
LibC: Use EX_IOERR instead of EX_IOER
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleverking2003 authored and linusg committed Jun 10, 2021
1 parent 142f9db commit 794cf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/Libraries/LibC/sysexits.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define EX_OSERR 71
#define EX_OSFILE 72
#define EX_CANTCREAT 73
#define EX_IOER 74
#define EX_IOERR 74
#define EX_TEMPFAIL 75
#define EX_PROTOCOL 76
#define EX_NOPERM 77
Expand Down

0 comments on commit 794cf8e

Please sign in to comment.