From a530ea4d6524644e0fe454d7e751f179a1635c54 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 24 Mar 2008 11:38:53 +0100 Subject: [PATCH] Doc fix --- include/sect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sect.h b/include/sect.h index 8ff95cab..c0d78222 100644 --- a/include/sect.h +++ b/include/sect.h @@ -45,7 +45,7 @@ struct sctstr { /* initial part must match struct empobj */ 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 */ natid sct_own; /* owner's country num */ coord sct_x; /* x coord of sector */