summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian A. Weber <chris@gna.ch>1992-05-18 02:19:53 +0000
committerChristian A. Weber <chris@gna.ch>1992-05-18 02:19:53 +0000
commitaa3b8c02f5adb3ea99b4d34104265a150d2d00d3 (patch)
treedd3d2f363e06e0da0506555e1d97110a94426099
parent1d46cc92f5edbb2199ba3de599f4e0d12fe91c35 (diff)
downloadiff-library-aa3b8c02f5adb3ea99b4d34104265a150d2d00d3.tar.gz
iff-library-aa3b8c02f5adb3ea99b4d34104265a150d2d00d3.tar.bz2
iff-library-aa3b8c02f5adb3ea99b4d34104265a150d2d00d3.zip
Autodocs korrigiert
-rw-r--r--Source/WriteChunkBytes.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/WriteChunkBytes.S b/Source/WriteChunkBytes.S
index 68f1b44..1de3168 100644
--- a/Source/WriteChunkBytes.S
+++ b/Source/WriteChunkBytes.S
@@ -1,11 +1,11 @@
**
-** $Id: $
-** $Revision: $
+** $Id: WriteChunkBytes.S,v 21.1 92/05/15 03:24:59 chris Exp $
+** $Revision: 21.1 $
**
** $Filename: WriteChunkBytes.S $
-** $Author: Christian A. Weber $
+** $Author: chris $
** $Release: 21.1 $
-** $Date: 92/05/14 22:26:34 $
+** $Date: 92/05/15 03:24:59 $
**
** iff.library/IFFL_WriteChunkBytes
**
@@ -46,7 +46,7 @@
* size - number of bytes to write.
*
* RESULT
-* number of bytes written if successful or NULL if an error
+* Non-NULL if the write was successful, or NULL if an error
* occurred. Call IFFL_IFFError() to know what's going on.
*
* SEE ALSO