diff --git a/libsrc/apple2/filedes.inc b/libsrc/apple2/filedes.inc index 1922f4648..0e0dc4e53 100644 --- a/libsrc/apple2/filedes.inc +++ b/libsrc/apple2/filedes.inc @@ -4,13 +4,13 @@ ; File descriptor management for the POSIX I/O routines ; -.struct FD - REF_NUM .byte - FLAGS .byte - BUFFER .addr -.endstruct + .struct FD + REF_NUM .byte + FLAGS .byte + BUFFER .addr + .endstruct - .global fdtab - .global getfd + .global fdtab + .global getfd MAX_FDS = 8