summaryrefslogtreecommitdiff
path: root/runoff1
diff options
context:
space:
mode:
Diffstat (limited to 'runoff1')
-rwxr-xr-xrunoff12
1 files changed, 1 insertions, 1 deletions
diff --git a/runoff1 b/runoff1
index 67cb603..ed29ea5 100755
--- 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] =~ /^{$/){