Add missing return statement

git-svn-id: http://root.cern.ch/svn/root/trunk@48520 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Philippe Canal 2013-02-08 20:46:52 +00:00
parent 1737ff69c7
commit 5895324cbb

View File

@ -836,6 +836,7 @@ namespace cling {
(*AEE.m_Func)(AEE.m_Arg);
}
m_AtExitFuncs.clear();
return kExeSuccess;
}
int Interpreter::CXAAtExit(void (*func) (void*), void* arg, void* dso) {