Fix compiler warning.

This commit is contained in:
Mike Pall 2011-05-04 23:45:02 +02:00
parent 704752c612
commit 6534152b44

View File

@ -596,7 +596,8 @@ again:
if (tref_isstr(idx)) goto again; if (tref_isstr(idx)) goto again;
} }
} }
return crec_index_meta(J, cts, ct, rd); crec_index_meta(J, cts, ct, rd);
return;
} }
if (ofs) if (ofs)