diff options
author | Christian A. Weber <chris@gna.ch> | 1992-05-17 04:40:45 +0000 |
---|---|---|
committer | Christian A. Weber <chris@gna.ch> | 1992-05-17 04:40:45 +0000 |
commit | f6a998800ae27d00ca9070c4ffa50bd2683dc550 (patch) | |
tree | c64a76f0b3236fa45238ea68d798cbc941a5d8aa | |
parent | 48d1a87f9d50b5ffef6b857fdf8f104ebb09b45e (diff) | |
download | iff-library-f6a998800ae27d00ca9070c4ffa50bd2683dc550.tar.gz iff-library-f6a998800ae27d00ca9070c4ffa50bd2683dc550.tar.bz2 iff-library-f6a998800ae27d00ca9070c4ffa50bd2683dc550.zip |
Autodocs fixed
-rw-r--r-- | Source/OpenIFF.S | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/OpenIFF.S b/Source/OpenIFF.S index 51c5a62..16e4137 100644 --- a/Source/OpenIFF.S +++ b/Source/OpenIFF.S @@ -1,11 +1,11 @@ ** -** $Id: OpenIFF.S,v 21.1 92/05/15 03:21:49 chris Exp $ -** $Revision: 21.1 $ +** $Id: OpenIFF.S,v 21.2 92/05/17 03:27:14 chris Exp $ +** $Revision: 21.2 $ ** ** $Filename: OpenIFF.S $ ** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/15 03:21:49 $ +** $Date: 92/05/17 03:27:14 $ ** ** iff.library/IFFL_OpenIFF ** @@ -42,8 +42,6 @@ * This function opens a file on a disk and looks whether it's an IFF * file or not. If it is an IFF file, memory is allocated and the file * is read into memory. -* If an error occurs, NULL is returned, and you can call -* dos.library/IoErr() to get the IFFERR_... error number. * * If mode == IFFL_MODE_WRITE: * Initializes an IFF file handle for writing. You may create chunks |