diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2009-11-07 16:14:05 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2009-11-07 16:14:05 +0200 |
commit | f7afe1298df22556c59c6aa6fe539e7d5d27a4ae (patch) | |
tree | d077567132c7ff75113bc9c3b520e987a0fd3ce9 | |
parent | dc0e92c0f8cc8b77ae1fdd54fbd603c0152d9c21 (diff) | |
download | fpGUI-f7afe1298df22556c59c6aa6fe539e7d5d27a4ae.tar.xz |
nothing to report. Simply aligned some text.
-rw-r--r-- | docs/inf04.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/inf04.txt b/docs/inf04.txt index fcbd4175..e4e52af4 100644 --- a/docs/inf04.txt +++ b/docs/inf04.txt @@ -126,16 +126,16 @@ Beginning at each file offset, tocentrystart[i]:
{
- int8 len; // length of the entry including this byte (but not including extended data?)
- int8 flags; // flag byte, description folows (MSB first)
+ int8 len; // length of the entry including this byte (but not including extended data?)
+ int8 flags; // flag byte, description folows (MSB first)
// bit7 haschildren; // following nodes are a higher level
// bit6 hidden; // this entry doesn't appear in VIEW.EXE's
// presentation of the toc
// bit5 extended; // extended entry format
- // bit4 // ??
+ // bit4 // ??
// int4 level; // nesting level
- int8 ntocslots; // number of "slots" occupied by the text for
- // this toc entry
+ int8 ntocslots; // number of "slots" occupied by the text for
+ // this toc entry
}
if the "extended" bit is not 1, this is immediately followed by
|