Fix typo.
This commit is contained in:
parent
4bb7185a0f
commit
568da6136b
@ -301,7 +301,7 @@ const QDate &lamexp_version_date(void)
|
|||||||
*/
|
*/
|
||||||
LONG WINAPI lamexp_exception_handler(__in struct _EXCEPTION_POINTERS *ExceptionInfo)
|
LONG WINAPI lamexp_exception_handler(__in struct _EXCEPTION_POINTERS *ExceptionInfo)
|
||||||
{
|
{
|
||||||
FatalAppExit(0, L"Unhandeled exception error3, application will exit!");
|
FatalAppExit(0, L"Unhandeled exception error, application will exit!");
|
||||||
TerminateProcess(GetCurrentProcess(), -1);
|
TerminateProcess(GetCurrentProcess(), -1);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user