Consistently use int for file type parameters and locals
This commit is contained in:
parent
60519b3cd0
commit
c0ed527311
7 changed files with 13 additions and 13 deletions
|
@ -50,7 +50,7 @@ lrad(void)
|
|||
}
|
||||
|
||||
int
|
||||
radar(short type)
|
||||
radar(int type)
|
||||
{
|
||||
char *cp;
|
||||
double tf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue