aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@eff87b29-5268-4891-90a3-a07138403961>2000-09-20 11:57:16 +0000
committerallen <allen@eff87b29-5268-4891-90a3-a07138403961>2000-09-20 11:57:16 +0000
commit0e6ac9bae63877f43437b30798f305810d7d9f50 (patch)
tree435d38e785b304e3bfb91c5d65d1aa73fa87fa45 /src
parent8adf887e61c273e3d2c210024d81fa1b9761f44f (diff)
Changed close to fclose
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@6 eff87b29-5268-4891-90a3-a07138403961
Diffstat (limited to 'src')
-rw-r--r--src/Write2D.c2
1 files changed, 1 insertions, 1 deletions
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]);
}