Make non-static function definitions match static declarations
Just to avoid confusion.
This commit is contained in:
parent
5dcd748f9d
commit
d1b801b90b
3 changed files with 5 additions and 5 deletions
|
@ -975,7 +975,7 @@ dounit(char op, int arg, char *p, struct lndstr *land)
|
|||
}
|
||||
|
||||
|
||||
int
|
||||
static int
|
||||
doplane(char op, int arg, char *p, struct plnstr *plane)
|
||||
{
|
||||
coord newx, newy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue