summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cobol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobol.go b/cobol.go
index bf93c26..793075e 100644
--- a/cobol.go
+++ b/cobol.go
@@ -118,7 +118,7 @@ func standardStart8(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 string) strin
}
s += "%-" + fmt.Sprintf("%d", len8) + "s"
- return fmt.Sprintf(s, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
+ return fmt.Sprintf(s, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
}
func verifyPrint(repo *gitpb.Repo) {