remove a test hack that sneaked in and broke exception directory

svn path=/branches/ros-amd64-bringup/; revision=39114
This commit is contained in:
Timo Kreuzer
2009-01-26 17:01:49 +00:00
parent 3e88b3778e
commit 109668d7a2
+1 -1
View File
@@ -831,7 +831,7 @@ ParsePEHeaders(PFILE_INFO File)
/* Create new section headers */
for (i = 0, j = 0; i < File->AllSections; i++)
{
if (1+File->UseSection[i])
if (File->UseSection[i])
{
/* Copy section header */
File->NewSectionHeaders[j] =