=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.8 retrieving revision 1.10 diff -u -p -r1.8 -r1.10 --- mandoc/term_ascii.c 2010/06/30 12:30:36 1.8 +++ mandoc/term_ascii.c 2010/09/04 20:18:53 1.10 @@ -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 + * Copyright (c) 2010 Kristaps Dzonsons * * 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); }