From 522c356f1bd2de4981c3a6e39ac52419ae7781aa Mon Sep 17 00:00:00 2001 From: marschap Date: Tue, 19 Sep 2006 16:50:59 +0000 Subject: [PATCH] fix comments --- server/drivers/CFontz.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/drivers/CFontz.c b/server/drivers/CFontz.c index db36bb6..64e4a09 100644 --- a/server/drivers/CFontz.c +++ b/server/drivers/CFontz.c @@ -16,11 +16,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 */ -/*configfile support added by Rene Wagner (c) 2001*/ -/*backlight support modified by Rene Wagner (c) 2001*/ -/*block patch by Eddie Sheldrake (c) 2001 inserted by Rene Wagner*/ -/*big num patch by Luis Llorente (c) 2002*/ -/*adaptions to other CFontz* dirvers Peter Marschall (c) 2005*/ +/* configfile support added by Rene Wagner (c) 2001 */ +/* backlight support modified by Rene Wagner (c) 2001 */ +/* block patch by Eddie Sheldrake (c) 2001 inserted by Rene Wagner */ +/* big num patch by Luis Llorente (c) 2002 */ +/* adaptions to other CFontz* drivers Peter Marschall (c) 2005/6 */ #include #include @@ -530,7 +530,7 @@ CFontz_reboot(Driver *drvthis) } ///////////////////////////////////////////////////////////////// -// Toggle the built-in automatic scrolling feature +// Move the cursor to position (x,y) on the LCD // static void CFontz_cursor_goto(Driver *drvthis, int x, int y)