proto bit

This commit is contained in:
nethack.allison
2002-02-05 13:37:26 +00:00
parent 7d1e6f7d57
commit 4181925d56
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ static NEARDATA const char steeds[] = {
S_QUADRUPED, S_UNICORN, S_ANGEL, S_CENTAUR, S_DRAGON, S_JABBERWOCK, '\0'
};
STATIC_DCL boolean FDECL(landing_spot, (coord*, int));
STATIC_DCL boolean FDECL(landing_spot, (coord *, int));
/*** Putting the saddle on ***/