This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH] fix typo for printImage call
---
page.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/page.go b/page.go
index e7a6edf..50e7815 100644
--- a/page.go
+++ b/page.go
@@ -47,7 +47,7 @@ func printPage() {
fmt.Println("newpage")
if img != nil {
- primtImage()
+ printImage()
return
}
--
2.23.0
Thanks, merged it!
--
With kind regards,
Philip K.