Use plain char * instead of s_char *.

This commit is contained in:
Markus Armbruster 2004-09-10 18:18:31 +00:00
parent fac342ed49
commit 9dbc1cb5e3
11 changed files with 14 additions and 14 deletions

View file

@ -82,7 +82,7 @@ struct plnstr {
#define PLN_AIRBURST bit(2) /* Airburst the nuke we're armed with */
struct plchrstr {
s_char *pl_name; /* full name of type of plane */
char *pl_name; /* full name of type of plane */
int pl_lcm; /* costs to build */
int pl_hcm;
int pl_cost;