Doc fix
This commit is contained in:
parent
d2ca7d4ed2
commit
a530ea4d65
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
struct sctstr {
|
struct sctstr {
|
||||||
/* initial part must match struct empobj */
|
/* initial part must match struct empobj */
|
||||||
short ef_type;
|
short ef_type;
|
||||||
short sct_uid; /* equals sctoff(sct_x, sct_y) */
|
short sct_uid; /* equals XYOFFSET(sct_x, sct_y) */
|
||||||
time_t sct_timestamp; /* Last time this sector was written to */
|
time_t sct_timestamp; /* Last time this sector was written to */
|
||||||
natid sct_own; /* owner's country num */
|
natid sct_own; /* owner's country num */
|
||||||
coord sct_x; /* x coord of sector */
|
coord sct_x; /* x coord of sector */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue