From 0e6ac9bae63877f43437b30798f305810d7d9f50 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 20 Sep 2000 11:57:16 +0000 Subject: Changed close to fclose git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@6 eff87b29-5268-4891-90a3-a07138403961 --- src/Write2D.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Write2D.c b/src/Write2D.c index 874ec76..216308c 100644 --- a/src/Write2D.c +++ b/src/Write2D.c @@ -156,7 +156,7 @@ int IOJpeg_Write2D (cGH *GH, int index, const char *alias) ********************************************** */ /* Close the file */ - close (fdset_2D [si]); + fclose (fdset_2D [si]); } -- cgit v1.2.3