Add missing semicolon (Windows)

This commit is contained in:
Bertrand Bellenot 2017-06-23 11:01:35 +02:00 committed by sftnight
parent aae2870f62
commit 5665358dff

View File

@ -435,7 +435,7 @@ namespace cling {
#endif
Strm << Linkage << " " << Spec << " int (*__dllonexit("
<< "int (" << Spec << " *f)(void**, void**), void**, void**))"
"(void**, void**)"
"(void**, void**)";
if (EmitDefinitions)
Strm << " { __cxa_atexit((void(*)(void*))f, 0, __dso_handle);"
" return f; }\n";