Consistently use int for file type parameters and locals

This commit is contained in:
Markus Armbruster 2009-12-29 13:09:01 +01:00
parent 60519b3cd0
commit c0ed527311
7 changed files with 13 additions and 13 deletions

View file

@ -51,7 +51,7 @@
static char shp_rflagsc[] = "Xitshbdu";
static char lnd_rflagsc[] = "XiXXhbXX";
static int retreat(short);
static int retreat(int);
int
retr(void)
@ -66,7 +66,7 @@ lretr(void)
}
static int
retreat(short type)
retreat(int type)
{
char *pq, *fl;
int nunits;