-/* $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
ascii_letter(struct termp *p, char c)
{
+ /* LINTED */
putchar(c);
}