summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2008-12-16 18:08:16 -0800
committerRobert Griesemer <gri@golang.org>2008-12-16 18:08:16 -0800
commita2d65a43bd3a218e9b2b5dfc9919f40c519582d7 (patch)
tree2cbcbc5f129f7b5ae0b2773f536549aa4e852262
parent998019f49c088fb0917921199bd9c8b52f402c99 (diff)
downloadgolang-a2d65a43bd3a218e9b2b5dfc9919f40c519582d7.tar.gz
fix syntax error (syntax accepted by 6g, but not by pretty printer)
R=r OCL=21385 CL=21385
-rwxr-xr-xusr/gri/pretty/universe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/gri/pretty/universe.go b/usr/gri/pretty/universe.go
index fb199ec35..ed767c2f4 100755
--- a/usr/gri/pretty/universe.go
+++ b/usr/gri/pretty/universe.go
@@ -5,7 +5,7 @@
package Universe
import (
- "array"
+ "array";
Globals "globals";
Object "object";
Type "type";