summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-25 14:05:23 -0400
committerPietro Gagliardi <[email protected]>2014-05-25 14:05:23 -0400
commitad1dbc7b39e118a270a8f17885d788f007422d1a (patch)
tree1545016c5c169b96001e10fad11bb3f511ef2b9e
parent1f94a68432dce90a1780ca2be44f12dc5514c622 (diff)
Removed extra newline generated in the zconstants_windows_GOARCH.go file from the Windows constants generator.
-rw-r--r--experiments/windowsconstgen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/experiments/windowsconstgen.go b/experiments/windowsconstgen.go
index 4671111..b2b87ee 100644
--- a/experiments/windowsconstgen.go
+++ b/experiments/windowsconstgen.go
@@ -154,7 +154,7 @@ func main() {
"%s" +
"import \"C\"\n" +
"func main() {\n" +
- " fmt.Println(%q)\n",
+ " fmt.Print(%q)\n",
preamble("main"), hacknamesPreamble(), preamble("ui"))
for _, ident := range consts {
if ident[0] == 'x' {