[KERNEL32]

Colon end SEH lines to allow proper static analysis

svn path=/trunk/; revision=54719
This commit is contained in:
Pierre Schweitzer 2011-12-20 21:02:53 +00:00
parent d49404aad0
commit e0ce4bc8f0

View file

@ -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 );