]> git.cameronkatri.com Git - mandoc.git/blobdiff - term_ascii.c
enclosures sometimes cause bogus end-of-sentence
[mandoc.git] / term_ascii.c
index a747f2161a642efdd0b5e5dbc96d41c5692d7b23..55877f42b23276907bf09e0f5e791c3b71de1703 100644 (file)
@@ -1,6 +1,6 @@
-/*     $Id: term_ascii.c,v 1.8 2010/06/30 12:30:36 kristaps Exp $ */
+/*     $Id: term_ascii.c,v 1.10 2010/09/04 20:18:53 kristaps Exp $ */
 /*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -104,6 +104,7 @@ static void
 ascii_letter(struct termp *p, char c)
 {
        
+       /* LINTED */
        putchar(c);
 }