mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[KERNEL32]
Colon end SEH lines to allow proper static analysis svn path=/trunk/; revision=54719
This commit is contained in:
parent
d49404aad0
commit
e0ce4bc8f0
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ BOOL WINAPI EnumResourceNamesA( HMODULE hmod, LPCSTR type, ENUMRESNAMEPROCA lpfu
|
|||
ret = FALSE;
|
||||
status = STATUS_ACCESS_VIOLATION;
|
||||
}
|
||||
__ENDTRY
|
||||
__ENDTRY;
|
||||
|
||||
done:
|
||||
HeapFree( GetProcessHeap(), 0, name );
|
||||
|
|
Loading…
Reference in a new issue