diff options
| author | ac79b0c6 <[email protected]> | 2022-05-12 16:07:46 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-05-12 16:07:46 +0800 |
| commit | 75510939da843731cd2aba926f51afc2b33364dc (patch) | |
| tree | efaa3bbf03efc998f27e63fbdbd8fcad819fc784 | |
| parent | 7361932acc2de84950be0aba1564a4aa9a90d53b (diff) | |
aupdate mkvtool:typo
| -rw-r--r-- | mkvtool/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkvtool/main.go b/mkvtool/main.go index 88b73e3..ee10be2 100644 --- a/mkvtool/main.go +++ b/mkvtool/main.go @@ -187,6 +187,8 @@ func main() { fmt.Printf("Need list: \t%s\n", strings.Join(list[0], "\n\t\t")) if len(list[1]) > 0 { fmt.Printf("\nMissing list: \t%s\n", strings.Join(list[1], "\t")) + } else { + fmt.Println("\n*** All included fonts are found. ***") } } if cfc { |
