Give effrange() internal linkage.

This commit is contained in:
Markus Armbruster 2008-03-03 20:28:03 +01:00
parent 76830b5b98
commit ffab089c61
2 changed files with 1 additions and 2 deletions

View file

@ -220,7 +220,7 @@ lnd_fire(struct lndstr *lp)
/*
* Return effective firing range for range factor RNG at tech TLEV.
*/
double
static double
effrange(int rng, double tlev)
{
/* FIXME don't truncate TLEV */