Mesa (master): draw llvm: fix typo (boolean, not bool)

Zack Rusin zack at kemper.freedesktop.org
Mon Apr 19 17:25:43 UTC 2010


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

Author: Zack Rusin <zackr at vmware.com>
Date:   Mon Apr 19 13:30:16 2010 -0400

draw llvm: fix typo (boolean, not bool)

---

 src/gallium/auxiliary/draw/draw_private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h
index 2ef05ce..fa20c8e 100644
--- a/src/gallium/auxiliary/draw/draw_private.h
+++ b/src/gallium/auxiliary/draw/draw_private.h
@@ -251,7 +251,7 @@ struct draw_context
 
 #ifdef HAVE_LLVM
    LLVMExecutionEngineRef engine;
-   bool use_llvm;
+   boolean use_llvm;
 #endif
    void *driver_private;
 };




More information about the mesa-commit mailing list