From 262b785ccd4fae212c1314fba4fa64678705ba74 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 17 Feb 2011 17:13:51 +0000 Subject: util: Fix typo in last commit. --- src/gallium/auxiliary/util/dbghelp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary') 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; -- cgit v1.2.3