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:
parent
1737ff69c7
commit
5895324cbb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user