From 23dfd8f8f907c6d0961bb9a05a03709e5a8af4a3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 19:12:16 +0200 Subject: Make a global local --- cmd/extpo/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/extpo/main.go') diff --git a/cmd/extpo/main.go b/cmd/extpo/main.go index 4b3ef6d..3a72a30 100644 --- a/cmd/extpo/main.go +++ b/cmd/extpo/main.go @@ -41,7 +41,6 @@ func (l loc) String() string { } var ( - outfile *os.File currentFile []byte currentPath string lastComment string @@ -76,6 +75,7 @@ func main() { os.Exit(1) } + var outfile *os.File if *outpath == "-" { outfile = os.Stdout } else { -- cgit v1.2.3