=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/basic.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/mg/basic.c 2004/07/22 01:25:24 1.16 +++ src/usr.bin/mg/basic.c 2005/03/10 16:58:57 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: basic.c,v 1.16 2004/07/22 01:25:24 vincent Exp $ */ +/* $OpenBSD: basic.c,v 1.17 2005/03/10 16:58:57 deraadt Exp $ */ /* * Basic cursor motion commands. @@ -208,7 +208,7 @@ void setgoal(void) { - curgoal = getcolpos(); /* Get the position. */ + curgoal = getcolpos(); /* Get the position. */ /* we can now display past end of display, don't chop! */ }