Use more traditional spelling of static function declaration.
This commit is contained in:
parent
9e3bf5ebe2
commit
0dc0be4cad
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Assume uniformly spaced table. */
|
/* Assume uniformly spaced table. */
|
||||||
double static
|
static double
|
||||||
interpolate(int n, double h, double x0, double *tab, double x)
|
interpolate(int n, double h, double x0, double *tab, double x)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user