mirror of https://github.com/Icinga/icinga2.git
Add missing "*/".
This commit is contained in:
parent
9b44a5c35d
commit
56dc7c4e0a
|
@ -389,7 +389,7 @@ LONG CALLBACK Application::SEHUnhandledExceptionFilter(PEXCEPTION_POINTERS exi)
|
|||
|
||||
return EXCEPTION_CONTINUE_SEARCH;
|
||||
}
|
||||
#endif /* _WIN32
|
||||
#endif /* _WIN32 */
|
||||
|
||||
/**
|
||||
* Installs the exception handlers.
|
||||
|
|
Loading…
Reference in New Issue