[Mesa-dev] [PATCH 4/7] util/prim: fix the name of the include guard
Chia-I Wu
olvaffe at gmail.com
Thu May 2 00:55:50 PDT 2013
It should be U_PRIM_H, not U_BLIT_H.
Signed-off-by: Chia-I Wu <olvaffe at gmail.com>
---
src/gallium/auxiliary/util/u_prim.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/auxiliary/util/u_prim.h b/src/gallium/auxiliary/util/u_prim.h
index b9c0c15..c6a0708 100644
--- a/src/gallium/auxiliary/util/u_prim.h
+++ b/src/gallium/auxiliary/util/u_prim.h
@@ -26,8 +26,8 @@
**************************************************************************/
-#ifndef U_BLIT_H
-#define U_BLIT_H
+#ifndef U_PRIM_H
+#define U_PRIM_H
#include "pipe/p_defines.h"
--
1.7.10.4
More information about the mesa-dev
mailing list