Browse Source

Fix compiler warning.

Mike Pall 14 years ago
parent
commit
6534152b44
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lj_crecord.c

+ 2 - 1
src/lj_crecord.c

@@ -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)