From 351a4f6d2f10c519acb62974db042b85e1cf5fc8 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 7 Sep 2004 14:16:36 +0000 Subject: [PATCH] Fix incomplete comment. --- src/lib/common/type.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/common/type.c b/src/lib/common/type.c index 9e96dbf5..ffd990b0 100644 --- a/src/lib/common/type.c +++ b/src/lib/common/type.c @@ -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[].