~pkal/public-inbox

fix typo for printImage call v1 APPLIED

Christopher Gwilliams: 1
 fix typo for printImage call

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~pkal/public-inbox/patches/23367/mbox | git am -3
Learn more about email & git

[PATCH] fix typo for printImage call Export this patch

---
 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!