Commit c2faeac8 authored by Robert Griesemer's avatar Robert Griesemer

fixed typo (slipped in with previous submit)

TBR=rsc
OCL=30300
CL=30300
parent 4a50434a
......@@ -654,7 +654,7 @@ func (p *parser) parseResult() []*ast.Field {
var results []*ast.Field;
if p.tok == token.LPAREN {
results = p.parseParameters(false);p
results = p.parseParameters(false);
} else if p.tok != token.FUNC {
typ := p.tryType();
if typ != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment