projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd3bd7
)
util/prim: fix the name of the include guard
author
Chia-I Wu
<olvaffe@gmail.com>
Thu, 2 May 2013 05:46:21 +0000
(13:46 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Fri, 3 May 2013 03:59:10 +0000
(11:59 +0800)
It should be U_PRIM_H, not U_BLIT_H.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Acked-by: Zack Rusin <zackr@vmware.com>
src/gallium/auxiliary/util/u_prim.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_prim.h
b/src/gallium/auxiliary/util/u_prim.h
index 7948dae38f712e251fc22e2fcf3810ef20144256..7415e76c1e7f9cb2a201572b9bad52c23bd9e807 100644
(file)
--- 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"