Mesa (master): util: Fix typo in last commit.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Feb 17 17:19:27 UTC 2011


Module: Mesa
Branch: master
Commit: 262b785ccd4fae212c1314fba4fa64678705ba74
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=262b785ccd4fae212c1314fba4fa64678705ba74

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Feb 17 17:13:51 2011 +0000

util: Fix typo in last commit.

---

 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 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;
 




More information about the mesa-commit mailing list