From 93ce19da6399316ef41da64b449c34117982c84f Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 15 Apr 2005 08:27:09 +0000 Subject: [PATCH] Cosmetic changes from Oliver Schmidt git-svn-id: svn://svn.cc65.org/cc65/trunk@3460 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/filedes.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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