Use more traditional spelling of static function declaration.

This commit is contained in:
Bård Skaflestad 2010-12-05 13:52:03 +01:00
parent 9e3bf5ebe2
commit 0dc0be4cad

View File

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