summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorac79b0c6 <[email protected]>2022-05-12 16:03:35 +0800
committerac79b0c6 <[email protected]>2022-05-12 16:03:35 +0800
commit7361932acc2de84950be0aba1564a4aa9a90d53b (patch)
tree3df062ce1fe3b3e6ab4ae56e28d72cdbd670c652
parente9ef6d8b5cb1b9331efd681d10e1b52b634c274e (diff)
aupdate mkvtool:typo
-rw-r--r--mkvtool/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkvtool/main.go b/mkvtool/main.go
index f449364..88b73e3 100644
--- a/mkvtool/main.go
+++ b/mkvtool/main.go
@@ -186,7 +186,7 @@ func main() {
if len(list[0]) > 0 {
fmt.Printf("Need list: \t%s\n", strings.Join(list[0], "\n\t\t"))
if len(list[1]) > 0 {
- fmt.Printf("Missing list: \t%s\n", strings.Join(list[1], "\t"))
+ fmt.Printf("\nMissing list: \t%s\n", strings.Join(list[1], "\t"))
}
}
if cfc {