summaryrefslogtreecommitdiff
path: root/src/spline.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 02:13:21 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 02:13:21 +0000
commitc5eb9edf2600480b9490cccd8a66284cb46392a8 (patch)
tree4cbb8f5a9cf32ed6025e0773e3f394151d471c4e /src/spline.c
parentdd9470cb58f9c668279aa8dab8164440b73daaad (diff)
downloadcoreutils-c5eb9edf2600480b9490cccd8a66284cb46392a8.tar.xz
Change all uses of unlocked-wrapped functions to their upper case wrapper names.
Diffstat (limited to 'src/spline.c')
-rw-r--r--src/spline.c2
1 files changed, 1 insertions, 1 deletions
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);
}