Make non-static function definitions match static declarations

Just to avoid confusion.
This commit is contained in:
Markus Armbruster 2009-03-22 17:47:14 +01:00
parent 5dcd748f9d
commit d1b801b90b
3 changed files with 5 additions and 5 deletions

View file

@ -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;