diff options
Diffstat (limited to 'usr.bin/vis/foldit.c')
-rw-r--r-- | usr.bin/vis/foldit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 2682e85e9467..86f360c6f03d 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -65,7 +65,7 @@ again: printf("\\\n"); col = 0; goto again; - } + } cp++; } return (col); |