Commit c0b8a796 authored by Russ Cox's avatar Russ Cox

typo

R=ken
OCL=22327
CL=22327
parent 20595ac4
......@@ -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));
......
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