]> Cypherpunks repositories - gostls13.git/commitdiff
exp/norm: fix typo
authorShenghou Ma <minux.ma@gmail.com>
Mon, 13 Feb 2012 19:50:06 +0000 (11:50 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 13 Feb 2012 19:50:06 +0000 (11:50 -0800)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5649086

src/pkg/exp/norm/maketables.go

index e984635c5d56a8225a3385a7bd7e6bbff69e9168..6e6317198f018d308abe6d32cbbf5589156b5c68 100644 (file)
@@ -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 {