aboutsummaryrefslogtreecommitdiff
path: root/tools/importer/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/importer/main.go')
-rw-r--r--tools/importer/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/importer/main.go b/tools/importer/main.go
index 41733a1..42e7538 100644
--- a/tools/importer/main.go
+++ b/tools/importer/main.go
@@ -146,6 +146,7 @@ func main() {
146 g.Thumb) 146 g.Thumb)
147 } 147 }
148 } 148 }
149 fmt.Printf("Inserted %s\n", g.Gril.RomajiName)
149 } 150 }
150 return nil 151 return nil
151 }) 152 })