Skip to content

Commit 794cf8e

Browse files
Cleverking2003linusg
authored andcommitted
LibC: Use EX_IOERR instead of EX_IOER
1 parent 142f9db commit 794cf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Userland/Libraries/LibC/sysexits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define EX_OSERR 71
2222
#define EX_OSFILE 72
2323
#define EX_CANTCREAT 73
24-
#define EX_IOER 74
24+
#define EX_IOERR 74
2525
#define EX_TEMPFAIL 75
2626
#define EX_PROTOCOL 76
2727
#define EX_NOPERM 77

0 commit comments

Comments
 (0)