diff options
Diffstat (limited to 'Build/source/texk/kpathsea/xopendir.c')
-rw-r--r-- | Build/source/texk/kpathsea/xopendir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xopendir.c b/Build/source/texk/kpathsea/xopendir.c index adf81d67b87..5d425569fff 100644 --- a/Build/source/texk/kpathsea/xopendir.c +++ b/Build/source/texk/kpathsea/xopendir.c @@ -39,7 +39,7 @@ xclosedir (DIR *d) closedir (d); #else int ret = closedir(d); - + if (ret != 0) FATAL("closedir failed"); #endif |