mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[KERNEL32]
Colon end SEH lines to allow proper static analysis svn path=/trunk/; revision=54719
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user