=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- mandoc/term_ascii.c 2010/06/08 15:06:01 1.2 +++ mandoc/term_ascii.c 2010/06/19 20:46:28 1.4 @@ -1,6 +1,6 @@ -/* $Id: term_ascii.c,v 1.2 2010/06/08 15:06:01 kristaps Exp $ */ +/* $Id: term_ascii.c,v 1.4 2010/06/19 20:46:28 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 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 @@ -87,7 +87,6 @@ static void ascii_letter(struct termp *p, char c) { - /* Just push onto the screen. */ putchar(c); }