xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ab299eb39a077f70ffa1deb8cb7561482037c413
parent d911d83ca1ff002f170f2c77975c1a6d705856a6
Author: rsc <rsc>
Date:   Fri,  8 Sep 2006 14:19:30 +0000

can break after }; too

Diffstat:
Mrunoff1 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runoff1 b/runoff1 @@ -42,7 +42,7 @@ for($i=0; $i<@lines; ){ $breakbefore = $j; $lines[$j] = ""; } - if($lines[$j] =~ /^}$/){ + if($lines[$j] =~ /^};?$/){ $breakbefore = $j+1; } if($lines[$j] =~ /^{$/){