-/* $Id: term_ascii.c,v 1.9 2010/07/13 23:53:20 schwarze Exp $ */
+/* $Id: term_ascii.c,v 1.10 2010/09/04 20:18:53 kristaps Exp $ */
/*
* Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
ascii_letter(struct termp *p, char c)
{
+ /* LINTED */
putchar(c);
}