summaryrefslogtreecommitdiff
path: root/progs/trivial/tri-fp.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-19 00:28:01 -0800
committerVinson Lee <vlee@vmware.com>2009-12-19 00:28:01 -0800
commitd87d71036cf546488981d3bd174fde967533bad2 (patch)
tree03a6c64c410d7e1dc1c33ca632cecd38c650c2eb /progs/trivial/tri-fp.c
parent3340fd65fba8bbd426c5e0b74b1d8f1592b36499 (diff)
progs/trivial: Use C-style comments.
Diffstat (limited to 'progs/trivial/tri-fp.c')
-rw-r--r--progs/trivial/tri-fp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/trivial/tri-fp.c b/progs/trivial/tri-fp.c
index 8f933befd3..6ecfef4d2a 100644
--- a/progs/trivial/tri-fp.c
+++ b/progs/trivial/tri-fp.c
@@ -42,7 +42,7 @@ static void Init(void)
static const char *prog1 =
"!!ARBfp1.0\n"
"MOV result.color, fragment.texcoord[1];\n"
-// "MOV result.color, fragment.color;\n"
+ /* "MOV result.color, fragment.color;\n" */
"END\n";