mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +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;
|
ret = FALSE;
|
||||||
status = STATUS_ACCESS_VIOLATION;
|
status = STATUS_ACCESS_VIOLATION;
|
||||||
}
|
}
|
||||||
__ENDTRY
|
__ENDTRY;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
HeapFree( GetProcessHeap(), 0, name );
|
HeapFree( GetProcessHeap(), 0, name );
|
||||||
|
|
Loading…
Reference in a new issue