mirror of
https://github.com/golang/go
synced 2024-11-19 14:54:43 -07:00
exp/norm: fix typo
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5649086
This commit is contained in:
parent
9126c6570c
commit
c11361e253
@ -675,7 +675,7 @@ func printCharInfoTables() int {
|
||||
if c.ccc != ccc(d[0]) {
|
||||
// We assume the lead ccc of a decomposition !=0 in this case.
|
||||
if ccc(d[0]) == 0 {
|
||||
logger.Fatal("Expected leading CCC to be non-zero; ccc is %d", c.ccc)
|
||||
logger.Fatalf("Expected leading CCC to be non-zero; ccc is %d", c.ccc)
|
||||
}
|
||||
}
|
||||
} else if v := makeEntry(&f)<<8 | uint16(c.ccc); v != 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user