=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/paragraph.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/mg/paragraph.c 2013/06/01 09:46:31 1.25 +++ src/usr.bin/mg/paragraph.c 2013/06/01 09:50:47 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: paragraph.c,v 1.25 2013/06/01 09:46:31 lum Exp $ */ +/* $OpenBSD: paragraph.c,v 1.26 2013/06/01 09:50:47 lum Exp $ */ /* This file is in the public domain. */ @@ -24,8 +24,7 @@ int gotobop(int f, int n) { - int col; - int nospace = 0; + int col, nospace; /* the other way... */ if (n < 0) @@ -63,8 +62,7 @@ int gotoeop(int f, int n) { - int col; - int nospace; + int col, nospace; /* the other way... */ if (n < 0)