From 262b785ccd4fae212c1314fba4fa64678705ba74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 17 Feb 2011 17:13:51 +0000 Subject: [PATCH] util: Fix typo in last commit. --- src/gallium/auxiliary/util/dbghelp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/dbghelp.h b/src/gallium/auxiliary/util/dbghelp.h index 4166c45..bc7c53c 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; -- 2.7.4