Explorar el Código

fix: luat_main编译错误了

Wendal Chen hace 4 años
padre
commit
4511d644ce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      luat/modules/luat_main.c

+ 1 - 0
luat/modules/luat_main.c

@@ -270,6 +270,7 @@ _exit:
     LLOGE("Lua VM exit!! result:%d",result);
     exit(result);
   #endif
+  return result;
 }
 
 int luat_main (void) {