aboutsummaryrefslogtreecommitdiff
path: root/int21dos.h
diff options
context:
space:
mode:
Diffstat (limited to 'int21dos.h')
-rw-r--r--int21dos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/int21dos.h b/int21dos.h
index a827b8f..30aa68b 100644
--- a/int21dos.h
+++ b/int21dos.h
@@ -33,7 +33,7 @@ enum dos_error {
DOS_ERROR_INVALID_FUNCTION = 1,
DOS_ERROR_FILE_NOT_FOUND = 2,
DOS_ERROR_PATH_NOT_FOUND = 3,
- DOS_ERROR_ERROR_TOO_MANY_OPEN_FILES = 4,
+ DOS_ERROR_TOO_MANY_OPEN_FILES = 4,
DOS_ERROR_ACCESS_DENIED = 5,
DOS_ERROR_INVALID_HANDLE = 6,
DOS_ERROR_ARENA_TRASHED = 7,