Add missing "*/".

This commit is contained in:
Gunnar Beutner 2013-03-09 12:56:40 +01:00
parent 9b44a5c35d
commit 56dc7c4e0a
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ LONG CALLBACK Application::SEHUnhandledExceptionFilter(PEXCEPTION_POINTERS exi)
return EXCEPTION_CONTINUE_SEARCH;
}
#endif /* _WIN32
#endif /* _WIN32 */
/**
* Installs the exception handlers.