[KERNEL32]

Colon end SEH lines to allow proper static analysis

svn path=/trunk/; revision=54718
This commit is contained in:
Pierre Schweitzer
2011-12-20 21:01:30 +00:00
parent d15e9684e8
commit d49404aad0
+1 -1
View File
@@ -356,7 +356,7 @@ LoadLibraryExW(LPCWSTR lpLibFileName,
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
{
Status = _SEH2_GetExceptionCode();
} _SEH2_END
} _SEH2_END;
done: