summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-02-17 17:13:51 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-02-17 17:15:57 +0000
commit262b785ccd4fae212c1314fba4fa64678705ba74 (patch)
treea0b22e7b7aa19d730ef7e7e81e4030f810683aff /src/gallium/auxiliary
parentd1becefb057ce89eeb93e130cb0d0c63de4be3d8 (diff)
util: Fix typo in last commit.
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/util/dbghelp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/dbghelp.h b/src/gallium/auxiliary/util/dbghelp.h
index 4166c45666..bc7c53cf9f 100644
--- a/src/gallium/auxiliary/util/dbghelp.h
+++ b/src/gallium/auxiliary/util/dbghelp.h
@@ -987,7 +987,7 @@ extern "C" {
USHORT SuiteMask;
USHORT Reserved2;
} DUMMYSTRUCTNAME;
- } DUMMYUNIONNAME;
+ } DUMMYUNIONNAME1;
CPU_INFORMATION Cpu;
} MINIDUMP_SYSTEM_INFO,*PMINIDUMP_SYSTEM_INFO;