nano cleanup

This commit is contained in:
AJ Kelly
2011-04-30 19:31:21 -05:00
parent c5be31ec69
commit 93d3f2a063
+1 -1
View File
@@ -824,7 +824,7 @@ public:
if( pProfile )
pProfile->PushSelf(L);
else
lua_pushnil(L );
lua_pushnil(L);
return 1;
}
static int GetLocalProfileFromIndex( T* p, lua_State *L ) { Profile *pProfile = p->GetLocalProfileFromIndex(IArg(1)); ASSERT(pProfile); pProfile->PushSelf(L); return 1; }