* fixed typo

git-svn-id: trunk@5703 -
This commit is contained in:
Jonas Maebe 2006-12-25 10:01:24 +00:00
parent 4bb6ca2e51
commit 5074c4c734

View File

@ -128,7 +128,7 @@ ESysELIBSCN = 85; { .lib section in a.out corrupted }
ESysELIBMAX = 86; { Attempting to link in too many shared libraries }
ESysELIBEXEC = 87; { Cannot exec a shared library directly }
ESysEILSEQ = 88; { Illegal byte sequence }
ESysENOSYS = 89 { Unsupported file system operation }
ESysENOSYS = 89; { Unsupported file system operation }
ESysELOOP = 90; { Too many symbolic links encountered }
ESysERESTART = 91; { Interrupted system call should be restarted }
ESysESTRPIPE = 92; { Streams pipe error }