[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
+1 -1
View File
@@ -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 );