From c5eb9edf2600480b9490cccd8a66284cb46392a8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Jun 1998 02:13:21 +0000 Subject: Change all uses of unlocked-wrapped functions to their upper case wrapper names. --- src/spline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spline.c') diff --git a/src/spline.c b/src/spline.c index c6296cd95..70379c31c 100644 --- a/src/spline.c +++ b/src/spline.c @@ -253,7 +253,7 @@ char **argv; getdata(fdinp); /* Read data from fdinp. */ if (fdinp != stdin) - fclose(fdinp); /* Close input data file. */ + FCLOSE(fdinp); /* Close input data file. */ if (nknots == 0) { error(NODATA, datafile); } -- cgit v1.2.3-54-g00ecf