]> git.pond.sub.org Git - empserver/commitdiff
Fix incomplete comment.
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 7 Sep 2004 14:16:36 +0000 (14:16 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 7 Sep 2004 14:16:36 +0000 (14:16 +0000)
src/lib/common/type.c

index 9e96dbf5c456081e27b0884f2f422017224c3f7e..ffd990b0134da5a5c7a424eca83cc3c63cb5ecb6 100644 (file)
@@ -63,6 +63,7 @@ sct_typematch(char *name)
  * Search for NAME in the characteristics table for TYPE, return index.
  * Return M_NOTFOUND if there are no matches, M_NOTUNIQUE if there are
  * several.
+ * If TYPE is EF_SECTOR, search dchr[]
  * If TYPE is EF_SHIP, search mchr[].
  * If TYPE is EF_PLANE, search plchr[].
  * If TYPE is EF_LAND, search lchr[].