diff options
author | José Fonseca <[email protected]> | 2011-02-17 17:13:51 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-02-17 17:15:57 +0000 |
commit | 262b785ccd4fae212c1314fba4fa64678705ba74 (patch) | |
tree | a0b22e7b7aa19d730ef7e7e81e4030f810683aff /src/gallium | |
parent | d1becefb057ce89eeb93e130cb0d0c63de4be3d8 (diff) |
util: Fix typo in last commit.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/util/dbghelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/dbghelp.h b/src/gallium/auxiliary/util/dbghelp.h index 4166c456662..bc7c53cf9f2 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; |