]> Cypherpunks repositories - gostls13.git/commitdiff
typo
authorRuss Cox <rsc@golang.org>
Thu, 8 Jan 2009 22:31:11 +0000 (14:31 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 8 Jan 2009 22:31:11 +0000 (14:31 -0800)
R=ken
OCL=22327
CL=22327

src/cmd/gc/walk.c

index c62126ef5e3270f3ebe12a1737cca8fda9a759a3..e0eb6481757f2333f627da951272156defaae091 100644 (file)
@@ -1847,7 +1847,7 @@ ascompatte(int op, Type **nl, Node **nr, int fp)
        peekr = saver;
        if(l != T && r != N
        && structnext(&peekl) != T
-       && listnext(&peekr) == N)
+       && listnext(&peekr) == N
        && eqtype(r->type, *nl, 0))
                return convas(nod(OAS, nodarg(*nl, fp), r));