summaryrefslogtreecommitdiffstats
path: root/layout/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'layout/parser.go')
-rw-r--r--layout/parser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/parser.go b/layout/parser.go
index f35171e..b747eae 100644
--- a/layout/parser.go
+++ b/layout/parser.go
@@ -111,7 +111,7 @@ func ParseLayout(i io.Reader) layout {
}
weightTotal += weight
} else {
- weightTotal += 1
+ weightTotal++
}
row = append(row, wr)
}