diff options
Diffstat (limited to 'runoff1')
-rwxr-xr-x | runoff1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] =~ /^{$/){ |