From 0dc0be4cad5fb2d7f1eb325053276b83a3a68e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Sun, 5 Dec 2010 13:52:03 +0100 Subject: [PATCH] Use more traditional spelling of static function declaration. --- src/spu_implicit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spu_implicit.c b/src/spu_implicit.c index 3d9c88f6..731c1661 100644 --- a/src/spu_implicit.c +++ b/src/spu_implicit.c @@ -16,7 +16,7 @@ /* Assume uniformly spaced table. */ -double static +static double interpolate(int n, double h, double x0, double *tab, double x) { int i;