summaryrefslogtreecommitdiff
path: root/texify.go
diff options
context:
space:
mode:
Diffstat (limited to 'texify.go')
-rw-r--r--texify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/texify.go b/texify.go
index 358047a..ffa0fba 100644
--- a/texify.go
+++ b/texify.go
@@ -55,7 +55,7 @@ type Data struct {
func billTemplate(billdata bill, cust customer) Filenames {
billid := billdata.id
custr, cuzip, cucity, cucou := "", "", "", ""
- addr := string2StringArray(cust.address, ";")
+ addr := String2StringArray(cust.address, ";")
for i, a := range addr {
switch i {
case 0: