Commit 92e8b121 authored by Austin Clements's avatar Austin Clements

Fix build

R=rsc
APPROVED=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=33294
CL=33294
parent 84852fe2
...@@ -223,7 +223,7 @@ dosrcline(Sym *sym) ...@@ -223,7 +223,7 @@ dosrcline(Sym *sym)
nhist = 0; nhist = 0;
nfile = 0; nfile = 0;
if(nfile == nelem(files)) if(nfile == nelem(files))
continue; return;
files[nfile].srcstring = gostring(srcbuf); files[nfile].srcstring = gostring(srcbuf);
files[nfile].aline = 0; files[nfile].aline = 0;
files[nfile++].delta = 0; files[nfile++].delta = 0;
......
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