more formatting

Mostly tab replacement, plus the last of the cast spacing.
This commit is contained in:
PatR
2015-11-08 01:37:55 -08:00
parent 47938fc339
commit 62193be46a
12 changed files with 397 additions and 387 deletions

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 dlb.c $NHDT-Date: 1432512767 2015/05/25 00:12:47 $ $NHDT-Branch: master $:$NHDT-Revision: 1.14 $ */
/* NetHack 3.6 dlb.c $NHDT-Date: 1446975464 2015/11/08 09:37:44 $ $NHDT-Branch: master $:$NHDT-Revision: 1.15 $ */
/* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */
/* NetHack may be freely redistributed. See license for details. */
@@ -93,23 +93,23 @@ extern char *FDECL(eos, (char *));
* Library file structure:
*
* HEADER:
* %3ld library FORMAT revision (currently rev 1)
* %1c space
* %8ld # of files in archive (includes 1 for directory)
* %1c space
* %8ld size of allocation for string space for directory names
* %1c space
* %8ld library offset - sanity check - lseek target for start of first file
* %1c space
* %8ld size - sanity check - byte size of complete archive file
* %3ld library FORMAT revision (currently rev 1)
* %1c space
* %8ld # of files in archive (includes 1 for directory)
* %1c space
* %8ld size of allocation for string space for directory names
* %1c space
* %8ld library offset - sanity check - lseek target for start of first file
* %1c space
* %8ld size - sanity check - byte size of complete archive file
*
* followed by one DIRECTORY entry for each file in the archive, including
* the directory itself:
* %1c handling information (compression, etc.) Always ' ' in rev 1.
* %s file name
* %1c space
* %8ld offset in archive file of start of this file
* %c newline
* %1c handling information (compression, etc.) Always ' ' in rev 1.
* %s file name
* %1c space
* %8ld offset in archive file of start of this file
* %c newline
*
* followed by the contents of the files
*/