This commit is contained in:
HuangRui 2015-05-21 10:59:30 +08:00
commit c66cced7f4
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ static void wifi_scan_done(void *arg, STATUS status)
} }
else else
{ {
lua_pushnil(gL); lua_newtable( gL );
} }
lua_call(gL, 1, 0); lua_call(gL, 1, 0);
if(wifi_scan_succeed != LUA_NOREF) if(wifi_scan_succeed != LUA_NOREF)