]> git.cameronkatri.com Git - mandoc.git/blobdiff - tag.c
Ignore author-specified indentation for .RS; it harms responsive
[mandoc.git] / tag.c
diff --git a/tag.c b/tag.c
index 21ac6b32e4d3a49ae6c177969178f29d2375d475..c0832c4f74b7b011805c4ae2050bc6e9d090210d 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -1,4 +1,4 @@
-/*     $Id: tag.c,v 1.18 2017/02/17 14:31:52 schwarze Exp $ */
+/*     $Id: tag.c,v 1.19 2018/02/23 16:47:10 schwarze Exp $ */
 /*
  * Copyright (c) 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -213,6 +213,9 @@ tag_write(void)
        ohash_delete(&tag_data);
        if (stream != NULL)
                fclose(stream);
+       else
+               close(tag_files.tfd);
+       tag_files.tfd = -1;
 }
 
 void